add sorting for job energy column

This commit is contained in:
Christoph Kluge 2024-09-30 18:30:26 +02:00
parent 582dc8bf46
commit 3b94863521

View File

@ -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()
] ]
} }