mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-01 00:15:05 +01:00
add job starttime to legend
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user