mirror of https://github.com/apache/cloudstack.git
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 |
||
|---|---|---|
| .. | ||
| ui | ||
| ui-custom | ||
| accounts.js | ||
| cloud.core.callbacks.js | ||
| cloudStack.js | ||
| configuration.js | ||
| dashboard.js | ||
| domains.js | ||
| events.js | ||
| globalSettings.js | ||
| installWizard.js | ||
| instanceWizard.js | ||
| instances.js | ||
| lbStickyPolicy.js | ||
| network.js | ||
| projects.js | ||
| sharedFunctions.js | ||
| storage.js | ||
| system.js | ||
| templates.js | ||
| vpc.js | ||
| zoneWizard.js | ||