Skip to content

Commit

Permalink
B #~: Fix VM attributes use USER_TEMPLATE (#1100)
Browse files Browse the repository at this point in the history
Signed-off-by: Frederick Borges <[email protected]>
(cherry picked from commit d93b755)
  • Loading branch information
Frederick Borges authored and rsmontero committed Apr 14, 2021
1 parent 283c40e commit 65640a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sunstone/public/app/tabs/vms-tab/panels/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
Expand Down

0 comments on commit 65640a4

Please sign in to comment.