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 03:28:02 UTC

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

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



##########
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:
       I think just like this instead of creating a new variable
   ```suggestion
         v-if="!isDisabled()"
   ```




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