Pearl1594 commented on a change in pull request #382: URL: https://github.com/apache/cloudstack-primate/pull/382#discussion_r451348162
########## 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()"> Review comment: This is necessary in case there are multiple project admins. So as to have the detail view also provide a comma-separated list as done in the list view ---------------------------------------------------------------- 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