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

@@ -97,8 +97,9 @@ type JobResultList struct {
}
type JobStats struct {
JobID int `json:"jobId"`
Stats []*NamedStats `json:"stats"`
JobID int `json:"jobId"`
StartTime int `json:"startTime"`
Stats []*NamedStats `json:"stats"`
}
type JobsStatistics struct {