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

dahn pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.20 by this push:
     new 53001417a04 UI: Fix column name in Usage view (#10700)
53001417a04 is described below

commit 53001417a049f04be8bdd3bb1b92119d9bb3cd61
Author: Pearl Dsilva <[email protected]>
AuthorDate: Mon Apr 14 09:32:24 2025 -0400

    UI: Fix column name in Usage view (#10700)
---
 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