mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-25 21:56:07 +02:00
Rename histWalltime to histDuration; Fix for running jobs
This commit is contained in:
@@ -92,7 +92,7 @@ type JobsStatistics struct {
|
||||
ShortJobs int `json:"shortJobs"`
|
||||
TotalWalltime int `json:"totalWalltime"`
|
||||
TotalCoreHours int `json:"totalCoreHours"`
|
||||
HistWalltime []*HistoPoint `json:"histWalltime"`
|
||||
HistDuration []*HistoPoint `json:"histDuration"`
|
||||
HistNumNodes []*HistoPoint `json:"histNumNodes"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user