You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/10/28 04:39:16 UTC

[cloudstack-primate] branch master updated: private gateway: show ACL NAME instead of the UUID (#831)

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 7655ced  private gateway: show ACL NAME instead of the UUID (#831)
7655ced is described below

commit 7655cedcbf7cba9d6d01aa5a0d42f3c07bd24fdc
Author: Hoang Nguyen <ho...@unitech.vn>
AuthorDate: Wed Oct 28 11:39:11 2020 +0700

    private gateway: show ACL NAME instead of the UUID (#831)
---
 src/config/section/network.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/section/network.js b/src/config/section/network.js
index 1428ef0..63553f5 100644
--- a/src/config/section/network.js
+++ b/src/config/section/network.js
@@ -311,7 +311,7 @@ export default {
       hidden: true,
       permission: ['listPrivateGateways'],
       columns: ['ipaddress', 'state', 'gateway', 'netmask', 'account'],
-      details: ['ipaddress', 'gateway', 'netmask', 'vlan', 'sourcenatsupported', 'aclid', 'account', 'domain', 'zone'],
+      details: ['ipaddress', 'gateway', 'netmask', 'vlan', 'sourcenatsupported', 'aclname', 'account', 'domain', 'zone'],
       tabs: [{
         name: 'details',
         component: () => import('@/components/view/DetailsTab.vue')