DaanHoogland commented on code in PR #9719:
URL: https://github.com/apache/cloudstack/pull/9719#discussion_r2644137865


##########
ui/src/config/section/compute.js:
##########
@@ -47,7 +47,7 @@ export default {
         return filters
       },
       columns: () => {
-        const fields = ['name', 'state', 'ipaddress']
+        const fields = ['displayname', 'state', 'ipaddress']

Review Comment:
   ```suggestion
           const fields = ['name', 'state', 'ipaddress']
   ```



##########
ui/src/config/section/compute.js:
##########
@@ -78,7 +78,7 @@ export default {
         fields.push('zonename')
         return fields
       },
-      searchFilters: ['name', 'zoneid', 'domainid', 'account', 'groupid', 
'arch', 'tags'],
+      searchFilters: ['displayname', 'zoneid', 'domainid', 'account', 
'groupid', 'arch', 'tags'],

Review Comment:
   ```suggestion
         searchFilters: ['name', 'zoneid', 'domainid', 'account', 'groupid', 
'arch', 'tags'],
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to