weizhouapache commented on issue #9679:
URL: https://github.com/apache/cloudstack/issues/9679#issuecomment-2358596154

   probably a simple fix
   ```
   diff --git a/ui/src/components/header/ProjectMenu.vue 
b/ui/src/components/header/Proj
   +ectMenu.vue
   index e2f365344d9..c55db5ff925 100644
   --- a/ui/src/components/header/ProjectMenu.vue
   +++ b/ui/src/components/header/ProjectMenu.vue
   @@ -81,7 +81,7 @@ export default {
          const projects = []
          const getNextPage = () => {
            this.loading = true
   -        api('listProjects', { listAll: true, page: page, pageSize: 500, 
showIcon: tr
   +ue }).then(json => {
   +        api('listProjects', { listAll: true, page: page, pageSize: 500, 
showIcon: tr
   +ue, details: 'min' }).then(json => {
              if (json?.listprojectsresponse?.project) {
                projects.push(...json.listprojectsresponse.project)
              }
   ```


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to