mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
ui: Replace bulk delete icons (#5222)
This commit is contained in:
parent
1f743e911a
commit
61de48904c
@ -20,7 +20,7 @@
|
||||
<a-button
|
||||
v-if="(('deleteIso' in $store.getters.apis) && this.selectedItems.length > 0)"
|
||||
type="danger"
|
||||
icon="plus"
|
||||
icon="delete"
|
||||
style="width: 100%; margin-bottom: 15px"
|
||||
@click="bulkActionConfirmation()">
|
||||
{{ $t(message.title) }}
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<a-button
|
||||
v-if="(('deleteTemplate' in $store.getters.apis) && this.selectedRowKeys.length > 0)"
|
||||
type="danger"
|
||||
icon="plus"
|
||||
icon="delete"
|
||||
style="width: 100%; margin-bottom: 15px"
|
||||
@click="bulkActionConfirmation()">
|
||||
{{ $t('label.action.bulk.delete.templates') }}
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
<a-button
|
||||
v-if="(('deleteEgressFirewallRule' in $store.getters.apis) && this.selectedRowKeys.length > 0)"
|
||||
type="danger"
|
||||
icon="plus"
|
||||
icon="delete"
|
||||
style="width: 100%; margin-bottom: 15px"
|
||||
@click="bulkActionConfirmation()">
|
||||
{{ $t('label.action.bulk.delete.egress.firewall.rules') }}
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
<a-button
|
||||
v-if="(('deleteFirewallRule' in $store.getters.apis) && this.selectedItems.length > 0)"
|
||||
type="danger"
|
||||
icon="plus"
|
||||
icon="delete"
|
||||
style="width: 100%; margin-bottom: 15px"
|
||||
@click="bulkActionConfirmation()">
|
||||
{{ $t('label.action.bulk.delete.firewall.rules') }}
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
<a-button
|
||||
v-if="(('disassociateIpAddress' in $store.getters.apis) && this.selectedRowKeys.length > 0)"
|
||||
type="danger"
|
||||
icon="plus"
|
||||
icon="delete"
|
||||
style="width: 100%; margin-bottom: 15px"
|
||||
@click="bulkActionConfirmation()">
|
||||
{{ $t('label.action.bulk.release.public.ip.address') }}
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
<a-button
|
||||
v-if="(('deleteLoadBalancerRule' in $store.getters.apis) && this.selectedItems.length > 0)"
|
||||
type="danger"
|
||||
icon="plus"
|
||||
icon="delete"
|
||||
style="width: 100%; margin-bottom: 15px"
|
||||
@click="bulkActionConfirmation()">
|
||||
{{ $t('label.action.bulk.delete.load.balancer.rules') }}
|
||||
|
||||
@ -74,7 +74,7 @@
|
||||
<a-button
|
||||
v-if="(('deletePortForwardingRule' in $store.getters.apis) && this.selectedItems.length > 0)"
|
||||
type="danger"
|
||||
icon="plus"
|
||||
icon="delete"
|
||||
style="width: 100%; margin-bottom: 15px"
|
||||
@click="bulkActionConfirmation()">
|
||||
{{ $t('label.action.bulk.delete.portforward.rules') }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user