Exchange columns.
This commit is contained in:
parent
e7cc7cc879
commit
3ca632c8da
1 changed files with 2 additions and 2 deletions
|
|
@ -112,8 +112,8 @@ window.orgJDrupesVmOperatorVmMgmt.initView = (viewDom: HTMLElement,
|
||||||
["currentCpus", "currentCpus"],
|
["currentCpus", "currentCpus"],
|
||||||
["currentRam", "currentRam"],
|
["currentRam", "currentRam"],
|
||||||
["nodeName", "nodeName"],
|
["nodeName", "nodeName"],
|
||||||
["assignedTo", "assignedTo"],
|
["usedBy", "usedBy"],
|
||||||
["usedBy", "usedBy"]
|
["assignedTo", "assignedTo"]
|
||||||
], {
|
], {
|
||||||
sortKey: "name",
|
sortKey: "name",
|
||||||
sortOrder: "up"
|
sortOrder: "up"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue