Skip to content

Commit 3d5c217

Browse files
author
Jessica Wang
committed
CLOUDSTACK-7451: UI > create network offering > when VpcVirtualRouter is selected as service provider, show System Offering for Router dropdown.
1 parent 30fbff8 commit 3d5c217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2363,7 +2363,7 @@
23632363
if ($("input[name='" + checkboxName + "']").is(":checked") == true) {
23642364
var providerFieldName = checkboxName.replace(".isEnabled", ".provider"); //either dropdown or input hidden field
23652365
var providerName = $("[name='" + providerFieldName + "']").val();
2366-
if (providerName == "VirtualRouter") {
2366+
if (providerName == "VirtualRouter" || providerName == "VpcVirtualRouter") {
23672367
havingVirtualRouterForAtLeastOneService = true;
23682368
return false; //break each loop
23692369
}

0 commit comments

Comments
 (0)