From 109f78066b1d05fa3f7267b11047254bbe48dc08 Mon Sep 17 00:00:00 2001 From: Abel Coronado Date: Fri, 8 Sep 2017 15:03:45 +0200 Subject: [PATCH] Solved bug when the name host/cluster is to long (datatable host) (#466) --- src/sunstone/public/app/tabs/hosts-tab/datatable.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sunstone/public/app/tabs/hosts-tab/datatable.js b/src/sunstone/public/app/tabs/hosts-tab/datatable.js index b9dad7926f..f75cbf6e66 100644 --- a/src/sunstone/public/app/tabs/hosts-tab/datatable.js +++ b/src/sunstone/public/app/tabs/hosts-tab/datatable.js @@ -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]}