This is an automated email from the ASF dual-hosted git repository.

pearl11594 pushed a commit to branch fix-column-name-usage-ui
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 425b8e1a9f335d597889c4674f0c1f6a03f424c4
Author: Pearl Dsilva <pearl1...@gmail.com>
AuthorDate: Fri Apr 11 19:25:13 2025 -0400

    UI: Fix column name in Usage view
---
 ui/src/views/infra/UsageRecords.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/views/infra/UsageRecords.vue 
b/ui/src/views/infra/UsageRecords.vue
index 16ff9b5dd13..feb1d88bd9b 100644
--- a/ui/src/views/infra/UsageRecords.vue
+++ b/ui/src/views/infra/UsageRecords.vue
@@ -703,6 +703,7 @@ export default {
             title = this.$t('label.view')
             break
           case 'virtualmachinename':
+            title = this.$t('label.virtualmachinename')
             dataIndex = 'name'
             break
           default:

Reply via email to