mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
show clear the add LDAP account button
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
2189ebb4ca
commit
7b01fe03ef
@ -55,11 +55,11 @@
|
||||
)"
|
||||
:icon="action.icon"
|
||||
:type="action.icon === 'delete' ? 'danger' : (action.icon === 'plus' ? 'primary' : 'default')"
|
||||
:shape="!dataView && action.icon === 'plus' ? 'round' : 'circle'"
|
||||
:shape="!dataView && ['plus', 'user-add'].includes(action.icon) ? 'round' : 'circle'"
|
||||
style="margin-left: 5px"
|
||||
:size="size"
|
||||
@click="execAction(action)">
|
||||
<span v-if="!dataView && action.icon === 'plus'">
|
||||
<span v-if="!dataView && ['plus', 'user-add'].includes(action.icon)">
|
||||
{{ $t(action.label) }}
|
||||
</span>
|
||||
</a-button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user