mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
If no VPN gateway exists for a VPC, then immediately show a dialog box asking if user wants to add. If so, create VPN gateway and show list view afterwards. - This removes the 'add' button from the list view, moving the code up a level in the object to siteToSiteVPN.add - In addition there is a new function, siteToSiteVPN.preCheck, which returns true/false. If true, then show list view immediately; if false, show dialog and go through creation process, showing list view afterwards. Conflicts: ui/scripts/vpc.js