Pearl1594 commented on a change in pull request #382: URL: https://github.com/apache/cloudstack-primate/pull/382#discussion_r451347430
########## File path: src/components/view/DetailsTab.vue ########## @@ -33,6 +33,9 @@ <router-link :to="{ path: '/volume/' + volume.uuid }">{{ volume.type }} - {{ volume.path }}</router-link> ({{ parseFloat(volume.size / (1024.0 * 1024.0 * 1024.0)).toFixed(1) }} GB) </div> </div> + <div v-else-if="$route.path.startsWith('/project/') && item === 'account' && fetchProjectAdmins()"> + {{ fetchProjectAdmins() }} Review comment: As part of fetchProjectAdmins I'm not calling the listProjectAccounts API again, but rather just filters the resource parameters ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org