mirror of https://github.com/apache/cloudstack.git
Merge pull request #996 from karuturi/CLOUDSTACK-8984
[4.6] CLOUDSTACK-8984: VPC Network offerings tab missing from UIThis is a regression from commit af2f21894c
added vpcofferings to the select list
Before the change (from the bug):

After the change:

* pr/996:
CLOUDSTACK-8984: VPC Network offerings tab missing from UI
Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
commit
73c6c6c96b
|
|
@ -28,7 +28,7 @@
|
|||
sectionSelect: {
|
||||
preFilter: function(args) {
|
||||
if(isAdmin())
|
||||
return ["serviceOfferings", "systemServiceOfferings", "diskOfferings", "networkOfferings"];
|
||||
return ["serviceOfferings", "systemServiceOfferings", "diskOfferings", "networkOfferings", "vpcOfferings"];
|
||||
else if(isDomainAdmin())
|
||||
return ["serviceOfferings", "diskOfferings"];
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue