cloudstack/ui/scripts/ui-custom
bfederle 07ed925ab1 bug 12614: Zone wizard update
-Add support to filter network offerings based on whether security
 groups is checked; options then come from a separate
 'securityGroupNetworkOfferings' object:

args.response.success({
  domains: domainObjs,

  // Non-security-group-enabled offerings
  networkOfferings: networkOfferingObjs,

  // Security group-enabled offerings
  securityGroupNetworkOfferings: []
});

-Remove old/unused fields from wizard
2011-12-19 11:36:03 -08:00
..
dashboard.js WIP: Implement user dashboard 2011-12-14 16:26:40 -08:00
enableStaticNAT.js bug 12536 2011-12-15 14:50:58 -08:00
installWizard.js bug 12341 2011-12-05 18:50:52 -08:00
instanceWizard.js bug 12457 2011-12-12 10:21:43 -08:00
ipRules.js Fix VM details not appearing immediately after enabling static nat 2011-12-02 11:57:47 -08:00
login.js bug 12081 2011-12-09 11:07:53 -08:00
physicalResources.js bug 12599 2011-12-16 11:41:36 -08:00
projects.js bug 12211 2011-12-16 16:02:08 -08:00
recurringSnapshots.js Add new UI; move old UI to old/ 2011-11-03 10:59:57 -07:00
securityRules.js Add new UI; move old UI to old/ 2011-11-03 10:59:57 -07:00
zoneChart.js Update zone section 2011-12-16 14:02:44 -08:00
zoneWizard.js bug 12614: Zone wizard update 2011-12-19 11:36:03 -08:00