Skip to content

Commit 89482a2

Browse files
committed
Merge release branch 4.18 to 4.19
* 4.18: list by displayname instead of name (#8503)
2 parents cfbdeba + 2e9986c commit 89482a2

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
@@ -47,7 +47,7 @@ export default {
4747
return filters
4848
},
4949
columns: () => {
50-
const fields = ['name', 'state', 'ipaddress']
50+
const fields = ['displayname', 'state', 'ipaddress']
5151
const metricsFields = ['cpunumber', 'cputotal', 'cpuused', 'memorytotal',
5252
{
5353
memoryused: (record) => {
@@ -77,7 +77,7 @@ export default {
7777
fields.push('zonename')
7878
return fields
7979
},
80-
searchFilters: ['name', 'zoneid', 'domainid', 'account', 'groupid', 'tags'],
80+
searchFilters: ['displayname', 'zoneid', 'domainid', 'account', 'groupid', 'tags'],
8181
details: () => {
8282
var fields = ['name', 'displayname', 'id', 'state', 'ipaddress', 'ip6address', 'templatename', 'ostypename',
8383
'serviceofferingname', 'isdynamicallyscalable', 'haenable', 'hypervisor', 'boottype', 'bootmode', 'account',

0 commit comments

Comments
 (0)