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

B #5291 Solved bug VM Instances error in order by ID (#422)

This commit is contained in:
Abel Coronado 2017-07-28 12:04:01 +02:00 committed by Tino Vázquez
parent 784bbc04a4
commit 427322ebb5

View File

@ -60,6 +60,7 @@ define(function(require) {
"bDeferRender": true,
"aoColumnDefs": [
{"sType": "ip-address", "aTargets": [0]},
{"sType": "num", "aTargets": [1]},
{"bSortable": false, "aTargets": ["check", 6, 7, 11]},
{"sWidth": "35px", "aTargets": [0]},
{"bVisible": true, "aTargets": SunstoneConfig.tabTableColumns(TAB_NAME)},