mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19: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: "numNodes", type: "col", text: "Number of Nodes", order: "DESC" },
|
||||||
{ field: "numHwthreads", type: "col", text: "Number of HWThreads", order: "DESC" },
|
{ field: "numHwthreads", type: "col", text: "Number of HWThreads", order: "DESC" },
|
||||||
{ field: "numAcc", type: "col", text: "Number of Accelerators", order: "DESC" },
|
{ field: "numAcc", type: "col", text: "Number of Accelerators", order: "DESC" },
|
||||||
|
{ field: "energy", type: "col", text: "Total Energy", order: "DESC" },
|
||||||
...getSortItems()
|
...getSortItems()
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user