diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue
index 02385ff174a..0bc6df661aa 100644
--- a/ui/src/components/view/InfoCard.vue
+++ b/ui/src/components/view/InfoCard.vue
@@ -800,7 +800,7 @@ export default {
'RemoteAccessVpn', 'User', 'SnapshotPolicy', 'VpcOffering']
},
name () {
- return this.resource.displayname || this.resource.displaytext || this.resource.name || this.resource.username ||
+ return this.resource.displayname || this.resource.name || this.resource.displaytext || this.resource.username ||
this.resource.ipaddress || this.resource.virtualmachinename || this.resource.templatetype
},
keypairs () {
diff --git a/ui/src/components/widgets/Breadcrumb.vue b/ui/src/components/widgets/Breadcrumb.vue
index d871390bd86..68004605334 100644
--- a/ui/src/components/widgets/Breadcrumb.vue
+++ b/ui/src/components/widgets/Breadcrumb.vue
@@ -34,7 +34,7 @@