1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

F #4131: Order wilds VMs in sunstone (#4145)

(cherry picked from commit 39c7b55c9b)
This commit is contained in:
Sergio Betanzos 2020-02-03 11:46:44 +01:00 committed by Tino Vazquez
parent 252e4006d7
commit aa2ec01fc2
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -83,7 +83,8 @@ define(function(require) {
"bAutoWidth": false,
"aoColumnDefs": [
{"bSortable": false, "aTargets": [0]},
{"sWidth": "35px", "aTargets": [0]}
{"sWidth": "35px", "aTargets": [0]},
{"sType": "string", "aTargets": [1]}
]
});