You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/07/08 07:35:07 UTC

[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #382: Enabling Role based Users in Projects

rhtyd commented on a change in pull request #382:
URL: https://github.com/apache/cloudstack-primate/pull/382#discussion_r451341671



##########
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:
       @Pearl1594 is this necessary now, if there's a new tab that has the details?




----------------------------------------------------------------
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:
users@infra.apache.org