rohityadavcloud commented on code in PR #9744:
URL: https://github.com/apache/cloudstack/pull/9744#discussion_r1832314329


##########
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: true }).then(json => {
+        api('listProjects', { listAll: true, page: page, pageSize: 500, 
details: 'min', showIcon: true }).then(json => {

Review Comment:
   Something I spotted, makes the listing faster. We use details=min in many 
other places.



-- 
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