Skip to content

Commit 5300141

Browse files
authored
UI: Fix column name in Usage view (#10700)
1 parent dd1c32c commit 5300141

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/src/views/infra/UsageRecords.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ export default {
703703
title = this.$t('label.view')
704704
break
705705
case 'virtualmachinename':
706+
title = this.$t('label.virtualmachinename')
706707
dataIndex = 'name'
707708
break
708709
default:

0 commit comments

Comments
 (0)