1
0
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:
Frederick Borges 2021-04-14 12:32:30 +02:00 committed by Ruben S. Montero
parent d634bb5aa6
commit 192e95c5c0
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

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