mirror of https://github.com/apache/cloudstack.git
ui: Display action buttons in Project Accounts Tab view if project Admin (#6257)
This commit is contained in:
parent
3674aff4d4
commit
b4ac98efa3
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue