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