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/06/07 09:58:06 UTC

[GitHub] [cloudstack] rhtyd commented on a change in pull request #5080: ui: Show default nic/network in infocard

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



##########
File path: ui/src/components/view/InfoCard.vue
##########
@@ -281,6 +281,9 @@
                 style="margin-left: -24px; margin-top: 5px;">
                 <a-icon type="api" />eth{{ index }} {{ eth.ipaddress }}
                 <router-link v-if="eth.networkname && eth.networkid" :to="{ path: '/guestnetwork/' + eth.networkid }">({{ eth.networkname }})</router-link>
+                <span v-if="eth.isdefault">

Review comment:
       @davidjumani the default I think is usually the first; more clearly seen from the nics tab.




-- 
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.

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