mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
B #~: Fix VM attributes use USER_TEMPLATE (#1101)
Signed-off-by: Frederick Borges <fborges@opennebula.io> (cherry picked from commit 28a4cf377609f1f434e0176a6af296bc0f379620)
This commit is contained in:
parent
d634bb5aa6
commit
192e95c5c0
@ -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
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user