You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/09/17 06:26:19 UTC

[GitHub] [cloudstack] weizhouapache commented on a change in pull request #5460: Display ACL id for the private gateway

weizhouapache commented on a change in pull request #5460:
URL: https://github.com/apache/cloudstack/pull/5460#discussion_r710784489



##########
File path: ui/src/components/view/InfoCard.vue
##########
@@ -414,6 +414,18 @@
             <router-link :to="{ path: '/vpc/' + resource.vpcid }">{{ resource.vpcname || resource.vpcid }}</router-link>
           </div>
         </div>
+
+        <div class="resource-detail-item" v-if="resource.aclid">
+          <div class="resource-detail-item__label">{{ $t('label.acl') }}</div>

Review comment:
       no label.acl, please label.aclid or label.aclname instead.
   
   ```
   ui/public/locales/en.json:"label.aclid": "ACL",
   ui/public/locales/en.json:"label.aclname": "ACL Name",
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org