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:
parent
eedd076da1
commit
155f03cc2a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user