This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new afc3018 config: list all routers and ilbvms including projects
afc3018 is described below
commit afc3018d936feafaf4095dc78cf52db6e74112e1
Author: Rohit Yadav <[email protected]>
AuthorDate: Wed Feb 19 00:51:02 2020 +0530
config: list all routers and ilbvms including projects
Signed-off-by: Rohit Yadav <[email protected]>
---
src/config/section/infra/ilbvms.js | 1 +
src/config/section/infra/routers.js | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/config/section/infra/ilbvms.js
b/src/config/section/infra/ilbvms.js
index df96dba..2cf7cb4 100644
--- a/src/config/section/infra/ilbvms.js
+++ b/src/config/section/infra/ilbvms.js
@@ -20,6 +20,7 @@ export default {
title: 'Internal LB VMs',
icon: 'share-alt',
permission: ['listInternalLoadBalancerVMs'],
+ params: { projectid: '-1' },
columns: ['name', 'state', 'publicip', 'guestnetworkname', 'vpcname',
'version', 'hostname', 'account', 'zonename', 'requiresupgrade'],
details: ['name', 'id', 'version', 'requiresupgrade', 'guestnetworkname',
'vpcname', 'publicip', 'guestipaddress', 'linklocalip', 'serviceofferingname',
'networkdomain', 'isredundantrouter', 'redundantstate', 'hostname', 'account',
'zonename', 'created'],
actions: [
diff --git a/src/config/section/infra/routers.js
b/src/config/section/infra/routers.js
index 4491693..d9ca32f 100644
--- a/src/config/section/infra/routers.js
+++ b/src/config/section/infra/routers.js
@@ -20,6 +20,7 @@ export default {
title: 'Virtual Routers',
icon: 'fork',
permission: ['listRouters'],
+ params: { projectid: '-1' },
columns: ['name', 'state', 'publicip', 'guestnetworkname', 'vpcname',
'redundantstate', 'version', 'hostname', 'account', 'zonename',
'requiresupgrade'],
details: ['name', 'id', 'version', 'requiresupgrade', 'guestnetworkname',
'vpcname', 'publicip', 'guestipaddress', 'linklocalip', 'serviceofferingname',
'networkdomain', 'isredundantrouter', 'redundantstate', 'hostname', 'account',
'zonename', 'created'],
actions: [