rhtyd commented on a change in pull request #2281: CLOUDSTACK-10102: New 
network type (L2)
URL: https://github.com/apache/cloudstack/pull/2281#discussion_r144248102
 
 

 ##########
 File path: ui/scripts/configuration.js
 ##########
 @@ -2766,10 +2776,13 @@
                                                     
$form.find('.form-item[rel=isPersistent]').find('input[type=checkbox]').attr("disabled",
 "disabled");
 
 
-                                                } else { //$(this).val() == 
"Isolated"
+                                                } else if ($(this).val() == 
"Isolated") {
                                                     
$form.find('.form-item[rel=specifyVlan]').find('input[type=checkbox]').removeAttr("disabled");
 //make it editable
                                                     
$form.find('.form-item[rel=isPersistent]').find('input[type=checkbox]').removeAttr("disabled");
 
 
 Review comment:
   Remove extra new line
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to