add table to compareview, remove debug data view

This commit is contained in:
Christoph Kluge
2025-05-08 15:21:05 +02:00
parent c119eeb468
commit 9ebc49dd1c
5 changed files with 136 additions and 25 deletions

View File

@@ -171,7 +171,8 @@ type ScopedStats {
}
type JobStats {
jobId: Int!
id: Int!
jobId: String!
startTime: Int!
duration: Int!
cluster: String!