CLOUDSTACK-3563: UI > Add Guest Network Dialog (only available for root-admin in Network menu and Infrastructure menu) > change Network Offering field to depend on both zone field and scope field.

This commit is contained in:
Jessica Wang 2013-07-24 14:40:38 -07:00
parent c8b3086702
commit 09dde8bf1c

View File

@ -447,7 +447,7 @@ var addGuestNetworkDialog = {
networkOfferingId: { networkOfferingId: {
label: 'label.network.offering', label: 'label.network.offering',
docID: 'helpGuestNetworkZoneNetworkOffering', docID: 'helpGuestNetworkZoneNetworkOffering',
dependsOn: 'scope', dependsOn: ['zoneId', 'scope'],
select: function(args) { select: function(args) {
var data = { var data = {
state: 'Enabled', state: 'Enabled',