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 25b3112bc7..e1d03c2739 100644 --- a/src/sunstone/public/app/tabs/vms-tab/panels/info.js +++ b/src/sunstone/public/app/tabs/vms-tab/panels/info.js @@ -93,7 +93,7 @@ define(function(require) { var deployId = (typeof(this.element.DEPLOY_ID) == "object" ? "--" : this.element.DEPLOY_ID); var resched = (parseInt(this.element.RESCHED) ? Locale.tr("yes") : Locale.tr("no")); - var attributes = TemplateTable.getTemplatesAttributes(this.element.TEMPLATE, { + var attributes = TemplateTable.getTemplatesAttributes(this.element.USER_TEMPLATE, { regexVCenter: REGEX_VCENTER_ATTRS, regexHidden: REGEX_HIDDEN_ATTRS })