mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-25 21:09:05 +01:00
add sorting for job energy column
This commit is contained in:
parent
582dc8bf46
commit
3b94863521
@ -36,6 +36,7 @@
|
||||
{ field: "numNodes", type: "col", text: "Number of Nodes", order: "DESC" },
|
||||
{ field: "numHwthreads", type: "col", text: "Number of HWThreads", order: "DESC" },
|
||||
{ field: "numAcc", type: "col", text: "Number of Accelerators", order: "DESC" },
|
||||
{ field: "energy", type: "col", text: "Total Energy", order: "DESC" },
|
||||
...getSortItems()
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user