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-14 16:26:40 -08:00
2011-12-15 14:50:58 -08:00
2011-12-05 18:50:52 -08:00
2011-12-12 10:21:43 -08:00
2011-12-09 11:07:53 -08:00
2011-12-16 11:41:36 -08:00
2011-12-16 16:02:08 -08:00
2011-12-16 14:02:44 -08:00
2011-12-19 11:36:03 -08:00