add job starttime to legend

This commit is contained in:
Christoph Kluge
2025-05-05 16:41:05 +02:00
parent 1d13d3dccf
commit fd52fdd35b
6 changed files with 80 additions and 9 deletions

View File

@@ -172,6 +172,7 @@ type ScopedStats {
type JobStats {
jobId: Int!
startTime: Int!
stats: [NamedStats!]!
}