1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5291 Solved order VM bug in cloud view (#428)

This commit is contained in:
Abel Coronado 2017-09-05 12:45:11 +02:00 committed by Tino Vázquez
parent cdd5bc848c
commit 19396e3864

View File

@ -140,7 +140,8 @@ define(function(require) {
"aLengthMenu": [[6, 12, 36, 72], [6, 12, 36, 72]],
"aaSorting" : [[0, "desc"]],
"aoColumnDefs": [
{ "bVisible": false, "aTargets": ["all"]}
{ "bVisible": false, "aTargets": ["all"]},
{ "sType": "num", "aTargets": [0]}
],
"aoColumns": [
{ "mDataProp": "VM.ID" },