mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-01 00:15:05 +01:00
add job duration, add starttime and duration to legend
This commit is contained in:
@@ -99,6 +99,7 @@ type JobResultList struct {
|
||||
type JobStats struct {
|
||||
JobID int `json:"jobId"`
|
||||
StartTime int `json:"startTime"`
|
||||
Duration int `json:"duration"`
|
||||
Stats []*NamedStats `json:"stats"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user