mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19:05 +01:00
Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev
This commit is contained in:
commit
ddeac6b9d9
@ -226,8 +226,6 @@ func (r *JobRepository) JobsStatsGrouped(
|
|||||||
TotalAccHours: totalAccHours,
|
TotalAccHours: totalAccHours,
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
log.Debugf(">>>> STATS ID %s", id.String)
|
|
||||||
log.Debugf(">>>> STATS TOTALNODES %d", totalNodes)
|
|
||||||
stats = append(stats,
|
stats = append(stats,
|
||||||
&model.JobsStatistics{
|
&model.JobsStatistics{
|
||||||
ID: id.String,
|
ID: id.String,
|
||||||
|
Loading…
Reference in New Issue
Block a user