You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/05/04 12:38:27 UTC

[GitHub] rhtyd commented on a change in pull request #2615: config-drive: support user data on L2 networks

rhtyd commented on a change in pull request #2615: config-drive: support user data on L2 networks
URL: https://github.com/apache/cloudstack/pull/2615#discussion_r186068756
 
 

 ##########
 File path: ui/scripts/configuration.js
 ##########
 @@ -2415,7 +2415,7 @@
                                             $supportedServices.css('display', 'inline-block');
                                         } else if ($guestTypeField.val() == 'L2') {
                                             $useVpc.hide();
-                                            $supportedServices.hide();
+                                            $supportedServices.css('display', 'inline-block');
 
 Review comment:
   Good idea, perhaps you or Ernie can improve the UI changes. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services