1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-27 14:03:40 +03:00

Feature #4317: Fix NETWORK_SELECT check

This commit is contained in:
Carlos Martín 2016-04-05 17:21:12 +02:00
parent eedd076da1
commit 155f03cc2a

View File

@ -80,7 +80,7 @@ define(function(require) {
},
"isNetworkChangeEnabled": function(template) {
if (template.VMTEMPLATE.TEMPLATE.SUNSTONE &&
template.VMTEMPLATE.TEMPLATE.SUNSTONE.NETWORK_SELECT !== 'NO') {
template.VMTEMPLATE.TEMPLATE.SUNSTONE.NETWORK_SELECT == 'NO') {
return false;
} else {
return true;