You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/10 04:39:42 UTC

[GitHub] [cloudstack] davidjumani commented on a change in pull request #6081: [UI] Dont show project view menu when user doesn't have permission

davidjumani commented on a change in pull request #6081:
URL: https://github.com/apache/cloudstack/pull/6081#discussion_r823341527



##########
File path: ui/src/components/header/ProjectMenu.vue
##########
@@ -18,11 +18,11 @@
 <template>
   <span class="header-notice-opener">
     <a-select
+      v-if="showProjectMenu"

Review comment:
       +1




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org