Skip to content

Commit dbb7a68

Browse files
Pearl1594dhslove
authored andcommitted
UI: Fix column name in Usage view (apache#10700)
1 parent 1950492 commit dbb7a68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/views/infra/UsageRecords.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ export default {
708708
title = this.$t('label.view')
709709
break
710710
case 'virtualmachinename':
711+
title = this.$t('label.virtualmachinename')
711712
dataIndex = 'name'
712713
break
713714
default:

0 commit comments

Comments
 (0)