mirror of https://github.com/apache/cloudstack.git
bug 13793
Fix show security group dropdown/listing in project view status 13793: resolved fixed reviewed-by: jessica
This commit is contained in:
parent
bd61173e11
commit
107e4a403e
|
|
@ -83,7 +83,7 @@
|
|||
preFilter: function(args) {
|
||||
var havingSecurityGroupNetwork = false;
|
||||
$.ajax({
|
||||
url: createURL('listNetworks'),
|
||||
url: createURL('listNetworks', { ignoreProject: true }),
|
||||
data: {
|
||||
supportedServices: 'SecurityGroup',
|
||||
listAll: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue