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"],
|
||||
["currentRam", "currentRam"],
|
||||
["nodeName", "nodeName"],
|
||||
["assignedTo", "assignedTo"],
|
||||
["usedBy", "usedBy"]
|
||||
["usedBy", "usedBy"],
|
||||
["assignedTo", "assignedTo"]
|
||||
], {
|
||||
sortKey: "name",
|
||||
sortOrder: "up"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue