We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce7ef4 commit 0a93dceCopy full SHA for 0a93dce
1 file changed
ui/src/components/header/ProjectMenu.vue
@@ -81,7 +81,7 @@ export default {
81
const projects = []
82
const getNextPage = () => {
83
this.loading = true
84
- 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 => {
85
if (json?.listprojectsresponse?.project) {
86
projects.push(...json.listprojectsresponse.project)
87
}
0 commit comments