diff --git a/src/sunstone/public/app/tabs/vms-tab/utils/datatable-common.js b/src/sunstone/public/app/tabs/vms-tab/utils/datatable-common.js index 74057cc2e4..4796bbcaea 100644 --- a/src/sunstone/public/app/tabs/vms-tab/utils/datatable-common.js +++ b/src/sunstone/public/app/tabs/vms-tab/utils/datatable-common.js @@ -275,7 +275,7 @@ define(function(require) { hostname, OpenNebulaVM.ipsDropdown(element), Humanize.prettyTimeDatatable(element.STIME), - actions, + actions && "
"+actions+"
", TemplateUtils.htmlEncode(TemplateUtils.templateToString(element)), (LabelsUtils.labelsStr(element[TEMPLATE_ATTR])||''), btoa(unescape(encodeURIComponent(JSON.stringify(search)))),