1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

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

This commit is contained in:
Sergio Betanzos 2020-02-03 11:46:44 +01:00 committed by GitHub
parent 8df3e4a2c5
commit 39c7b55c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]}
]
});