mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8984: VPC Network offerings tab missing from UI
This is a regression from commit af2f21894c
added vpcofferings to the select list
This commit is contained in:
parent
535ab51b9a
commit
d9f614cea2
|
|
@ -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