1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

B #~: Fix VM attributes use USER_TEMPLATE (#1100)

Signed-off-by: Frederick Borges <fborges@opennebula.io>
(cherry picked from commit d93b755132d76ea5579c15aa5e30ab84ef286d1b)
This commit is contained in:
Frederick Borges 2021-04-14 12:26:01 +02:00 committed by Tino Vazquez
parent 2fccb12c99
commit 07f41e0eb0
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -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
})