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



##########
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.id') 
}}</div>
+          <div class="resource-detail-item__details">
+            <span v-if="images.acl">
+              <resource-icon :image="getImage(images.acl)" size="1x" 
style="margin-right: 5px"/>
+            </span>
+            <a-icon v-else type="deployment-unit" />
+            <router-link :to="{ path: '/acllist/' + resource.aclid }">{{ 
resource.aclid }}</router-link>

Review comment:
       Do ACL list have names, can we use that?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to