1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

Fix features section update

This commit is contained in:
Daniel Molina 2013-07-09 15:42:41 +02:00
parent 1fbc09b7f6
commit 238dcff1fe

View File

@ -4139,7 +4139,7 @@ tr("The network you specified cannot be selected in the table") +
var features = template.FEATURES;
var features_section = $('li#featuresTab', $create_template_dialog);
if (features_section) {
if (features) {
autoFillInputs(features, features_section);
}