Skip to content

Commit c6e8b8c

Browse files
authored
ui: Show displayname in compute list view (#4787)
1 parent 314baec commit c6e8b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/config/section/compute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
return filters
3939
},
4040
columns: () => {
41-
const fields = ['name', 'state', 'ipaddress']
41+
const fields = ['displayname', 'name', 'state', 'ipaddress']
4242
const metricsFields = ['cpunumber', 'cpuused', 'cputotal',
4343
{
4444
memoryused: (record) => {

0 commit comments

Comments
 (0)