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

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


The following commit(s) were added to refs/heads/4.18 by this push:
     new 2e9986c6a63 list by displayname instead of name (#8503)
2e9986c6a63 is described below

commit 2e9986c6a63af0d07e3c416153ddfdebb9a9a74d
Author: dahn <[email protected]>
AuthorDate: Wed Sep 18 12:44:25 2024 +0200

    list by displayname instead of name (#8503)
---
 ui/src/config/section/compute.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/src/config/section/compute.js b/ui/src/config/section/compute.js
index 9bf8c949144..4dc1f164514 100644
--- a/ui/src/config/section/compute.js
+++ b/ui/src/config/section/compute.js
@@ -46,7 +46,7 @@ export default {
         return filters
       },
       columns: () => {
-        const fields = ['name', 'state', 'ipaddress']
+        const fields = ['displayname', 'state', 'ipaddress']
         const metricsFields = ['cpunumber', 'cputotal', 'cpuused', 
'memorytotal',
           {
             memoryused: (record) => {
@@ -74,7 +74,7 @@ export default {
         fields.push('zonename')
         return fields
       },
-      searchFilters: ['name', 'zoneid', 'domainid', 'account', 'groupid', 
'tags'],
+      searchFilters: ['displayname', 'zoneid', 'domainid', 'account', 
'groupid', 'tags'],
       details: () => {
         var fields = ['name', 'displayname', 'id', 'state', 'ipaddress', 
'ip6address', 'templatename', 'ostypename',
           'serviceofferingname', 'isdynamicallyscalable', 'haenable', 
'hypervisor', 'boottype', 'bootmode', 'account',

Reply via email to