mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14: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) (cherry picked from commit 07f41e0eb0a716cc22d88dc095853e4bfd86cdb3)
This commit is contained in:
parent
82e8101d8f
commit
6112accac8
@ -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
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user