You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/04/14 04:20:16 UTC

[cloudstack] branch main updated: ui: Display action buttons in Project Accounts Tab view if project Admin (#6257)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new b4ac98efa3 ui: Display action buttons in Project Accounts Tab view if project Admin (#6257)
b4ac98efa3 is described below

commit b4ac98efa3bfdf967ef9f21f56ca6f6c95379151
Author: Pearl Dsilva <pe...@gmail.com>
AuthorDate: Thu Apr 14 09:50:11 2022 +0530

    ui: Display action buttons in Project Accounts Tab view if project Admin (#6257)
---
 ui/src/views/project/AccountsTab.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/views/project/AccountsTab.vue b/ui/src/views/project/AccountsTab.vue
index 333a27e5dd..fd3408b244 100644
--- a/ui/src/views/project/AccountsTab.vue
+++ b/ui/src/views/project/AccountsTab.vue
@@ -33,7 +33,7 @@
             <span v-if="record.projectroleid">{{ getProjectRole(record) }}</span>
           </template>
           <template #action="{ record }">
-            <div v-if="record.projectroleid">
+            <div>
               <span v-if="imProjectAdmin && dataSource.length > 1" class="account-button-action">
                 <tooltip-button
                   tooltipPlacement="top"