Skip to content

Commit 828f186

Browse files
author
Daan Hoogland
committed
back to using name
1 parent 4da0dd2 commit 828f186

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

0 commit comments

Comments
 (0)