mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-19 06:50:07 +03:00
Solved bug when the name host/cluster is to long (datatable host) (#466)
This commit is contained in:
parent
8cf3a96357
commit
109f78066b
@ -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]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user