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

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


The following commit(s) were added to refs/heads/main by this push:
     new 628aba618b5 add min details to search view (#9616)
628aba618b5 is described below

commit 628aba618b5b7c938c494c9a7f19463d0ecce0c9
Author: Gabriel Pordeus Santos <[email protected]>
AuthorDate: Wed Sep 4 03:13:25 2024 -0300

    add min details to search view (#9616)
---
 ui/src/components/view/SearchView.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/components/view/SearchView.vue 
b/ui/src/components/view/SearchView.vue
index 07e2d14e8bc..0d18ab9a85c 100644
--- a/ui/src/components/view/SearchView.vue
+++ b/ui/src/components/view/SearchView.vue
@@ -706,7 +706,7 @@ export default {
     },
     fetchDomains (searchKeyword) {
       return new Promise((resolve, reject) => {
-        api('listDomains', { listAll: true, showicon: true, keyword: 
searchKeyword }).then(json => {
+        api('listDomains', { listAll: true, details: 'min', showicon: true, 
keyword: searchKeyword }).then(json => {
           const domain = json.listdomainsresponse.domain
           resolve({
             type: 'domainid',

Reply via email to