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
..
2011-12-16 16:02:08 -08:00
2011-12-16 16:02:08 -08:00
2011-12-19 11:36:03 -08:00
2011-12-16 14:02:55 -08:00
2011-12-19 11:36:03 -08:00
2011-12-19 11:36:03 -08:00