mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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:
parent
c8b3086702
commit
09dde8bf1c
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user