mirror of https://github.com/apache/cloudstack.git
CS-15977: cloudstack 3.0 UI - VM Wizard - select network step (5th step) - if there is no visible network in Existing Networks Area, check checkbox in Add Network Area.
This commit is contained in:
parent
4614e1c604
commit
eb78e604bf
|
|
@ -486,7 +486,7 @@
|
|||
var $checkbox = $step.find('.new-network input[type=checkbox]');
|
||||
var $newNetwork = $checkbox.closest('.new-network');
|
||||
|
||||
if ($step.find('.select.my-networks .select-container .select').size()) {
|
||||
if ($step.find('.select.my-networks .select-container .select:visible').size()) {
|
||||
$checkbox.attr('checked', false);
|
||||
$newNetwork.addClass('unselected');
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue