mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-08 21:17:43 +03:00
Fix features section update
This commit is contained in:
parent
1fbc09b7f6
commit
238dcff1fe
@ -4139,7 +4139,7 @@ tr("The network you specified cannot be selected in the table") +
|
|||||||
var features = template.FEATURES;
|
var features = template.FEATURES;
|
||||||
var features_section = $('li#featuresTab', $create_template_dialog);
|
var features_section = $('li#featuresTab', $create_template_dialog);
|
||||||
|
|
||||||
if (features_section) {
|
if (features) {
|
||||||
autoFillInputs(features, features_section);
|
autoFillInputs(features, features_section);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user