mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-13 19:06:17 +01:00
add job duration, add starttime and duration to legend
This commit is contained in:
@@ -173,6 +173,7 @@ type ScopedStats {
|
||||
type JobStats {
|
||||
jobId: Int!
|
||||
startTime: Int!
|
||||
duration: Int!
|
||||
stats: [NamedStats!]!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user