File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <a-button
2121 v-if =" (('deleteIso' in $store.getters.apis) && this.selectedItems.length > 0)"
2222 type =" danger"
23- icon =" plus "
23+ icon =" delete "
2424 style =" width : 100% ; margin-bottom : 15px "
2525 @click =" bulkActionConfirmation()" >
2626 {{ $t(message.title) }}
Original file line number Diff line number Diff line change 2020 <a-button
2121 v-if =" (('deleteTemplate' in $store.getters.apis) && this.selectedRowKeys.length > 0)"
2222 type =" danger"
23- icon =" plus "
23+ icon =" delete "
2424 style =" width : 100% ; margin-bottom : 15px "
2525 @click =" bulkActionConfirmation()" >
2626 {{ $t('label.action.bulk.delete.templates') }}
Original file line number Diff line number Diff line change 6262 <a-button
6363 v-if =" (('deleteEgressFirewallRule' in $store.getters.apis) && this.selectedRowKeys.length > 0)"
6464 type =" danger"
65- icon =" plus "
65+ icon =" delete "
6666 style =" width : 100% ; margin-bottom : 15px "
6767 @click =" bulkActionConfirmation()" >
6868 {{ $t('label.action.bulk.delete.egress.firewall.rules') }}
Original file line number Diff line number Diff line change 5757 <a-button
5858 v-if =" (('deleteFirewallRule' in $store.getters.apis) && this.selectedItems.length > 0)"
5959 type =" danger"
60- icon =" plus "
60+ icon =" delete "
6161 style =" width : 100% ; margin-bottom : 15px "
6262 @click =" bulkActionConfirmation()" >
6363 {{ $t('label.action.bulk.delete.firewall.rules') }}
Original file line number Diff line number Diff line change 2929 <a-button
3030 v-if =" (('disassociateIpAddress' in $store.getters.apis) && this.selectedRowKeys.length > 0)"
3131 type =" danger"
32- icon =" plus "
32+ icon =" delete "
3333 style =" width : 100% ; margin-bottom : 15px "
3434 @click =" bulkActionConfirmation()" >
3535 {{ $t('label.action.bulk.release.public.ip.address') }}
Original file line number Diff line number Diff line change 6565 <a-button
6666 v-if =" (('deleteLoadBalancerRule' in $store.getters.apis) && this.selectedItems.length > 0)"
6767 type =" danger"
68- icon =" plus "
68+ icon =" delete "
6969 style =" width : 100% ; margin-bottom : 15px "
7070 @click =" bulkActionConfirmation()" >
7171 {{ $t('label.action.bulk.delete.load.balancer.rules') }}
Original file line number Diff line number Diff line change 7474 <a-button
7575 v-if =" (('deletePortForwardingRule' in $store.getters.apis) && this.selectedItems.length > 0)"
7676 type =" danger"
77- icon =" plus "
77+ icon =" delete "
7878 style =" width : 100% ; margin-bottom : 15px "
7979 @click =" bulkActionConfirmation()" >
8080 {{ $t('label.action.bulk.delete.portforward.rules') }}
You can’t perform that action at this time.
0 commit comments