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

Solved bug when the name host/cluster is to long (datatable host) (#466)

This commit is contained in:
Abel Coronado 2017-09-08 15:03:45 +02:00 committed by Tino Vázquez
parent 8cf3a96357
commit 109f78066b

View File

@ -60,6 +60,7 @@ define(function(require) {
"aoColumnDefs": [
{"bSortable": false, "aTargets": ["check", 5, 6, 7, 8]},
{"sWidth": "35px", "aTargets": [0]},
{"sWidth": "155px", "aTargets": [6, 8]},
{"bVisible": true, "aTargets": SunstoneConfig.tabTableColumns(TAB_NAME)},
{"bVisible": false, "aTargets": ['_all']},
{"sType": "num", "aTargets": [1, 4]}