Skip to content

Commit 2e9986c

Browse files
authored
list by displayname instead of name (#8503)
1 parent 537c0a1 commit 2e9986c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/config/section/compute.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default {
4646
return filters
4747
},
4848
columns: () => {
49-
const fields = ['name', 'state', 'ipaddress']
49+
const fields = ['displayname', 'state', 'ipaddress']
5050
const metricsFields = ['cpunumber', 'cputotal', 'cpuused', 'memorytotal',
5151
{
5252
memoryused: (record) => {
@@ -74,7 +74,7 @@ export default {
7474
fields.push('zonename')
7575
return fields
7676
},
77-
searchFilters: ['name', 'zoneid', 'domainid', 'account', 'groupid', 'tags'],
77+
searchFilters: ['displayname', 'zoneid', 'domainid', 'account', 'groupid', 'tags'],
7878
details: () => {
7979
var fields = ['name', 'displayname', 'id', 'state', 'ipaddress', 'ip6address', 'templatename', 'ostypename',
8080
'serviceofferingname', 'isdynamicallyscalable', 'haenable', 'hypervisor', 'boottype', 'bootmode', 'account',

0 commit comments

Comments
 (0)