mirror of https://github.com/apache/cloudstack.git
CS-15877: Fix static routes
Fix static routes not being shown when viewed as a domain admin
This commit is contained in:
parent
48b46fce5c
commit
41a383f0f9
|
|
@ -827,7 +827,8 @@
|
|||
$.ajax({
|
||||
url: createURL('listStaticRoutes'),
|
||||
data: {
|
||||
gatewayid: args.context.vpcGateways[0].id
|
||||
gatewayid: args.context.vpcGateways[0].id,
|
||||
listAll: true
|
||||
},
|
||||
success: function(json) {
|
||||
var items = json.liststaticroutesresponse.staticroute;
|
||||
|
|
|
|||
Loading…
Reference in New Issue