rhtyd commented on a change in pull request #382: URL: https://github.com/apache/cloudstack-primate/pull/382#discussion_r451341908
########## 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: This line could cause (needs checking I'm not sure) the API to be called twice ---------------------------------------------------------------- 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