diff --git a/src/sunstone/public/app/tabs/vms-tab/panels/info.js b/src/sunstone/public/app/tabs/vms-tab/panels/info.js index 485ca14db4..25b3112bc7 100644 --- a/src/sunstone/public/app/tabs/vms-tab/panels/info.js +++ b/src/sunstone/public/app/tabs/vms-tab/panels/info.js @@ -167,7 +167,7 @@ define(function(require) { RenameTr.setup(TAB_ID, RESOURCE, this.element.ID, context); PermissionsTable.setup(TAB_ID, RESOURCE, this.element, context); - var attributes = TemplateTable.getTemplatesAttributes(this.element.TEMPLATE, { + var attributes = TemplateTable.getTemplatesAttributes(this.element.USER_TEMPLATE, { regexVCenter: REGEX_VCENTER_ATTRS, regexHidden: REGEX_HIDDEN_ATTRS })