rhtyd commented on a change in pull request #2281: CLOUDSTACK-10102: New
network type (L2)
URL: https://github.com/apache/cloudstack/pull/2281#discussion_r144248244
##########
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") {
Review comment:
Can both the cases for L2 and Isolated be collapsed, as both are using same
code?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services