ui: Replace bulk delete icons (#5222)

This commit is contained in:
davidjumani 2021-07-21 13:21:36 +05:30 committed by GitHub
parent 1f743e911a
commit 61de48904c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -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) }}

View File

@ -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') }}

View File

@ -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') }}

View File

@ -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') }}

View File

@ -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') }}

View File

@ -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') }}

View File

@ -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') }}