File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 103103 </a-affix >
104104
105105 <div v-show =" showAction" >
106- <keep-alive v-if =" currentAction.component && (!currentAction.groupAction || this.selectedRowKeys.length === 0)" >
106+ <keep-alive v-if =" currentAction.component && (!currentAction.groupAction || this.selectedRowKeys.length === 0 || (this.selectedRowKeys.length > 0 && currentAction.api === 'destroyVirtualMachine') )" >
107107 <a-modal
108108 :visible =" showAction"
109109 :closable =" true"
131131 :resource =" resource"
132132 :loading =" loading"
133133 :action =" {currentAction}"
134+ :selectedRowKeys =" selectedRowKeys"
135+ :selectedItems =" selectedItems"
136+ :chosenColumns =" chosenColumns"
134137 v-bind =" {currentAction}"
135138 @refresh-data =" fetchData"
136139 @poll-action =" pollActionCompletion"
137- @close-action =" closeAction" />
140+ @close-action =" closeAction"
141+ @cancel-bulk-action =" handleCancel" />
138142 </a-modal >
139143 </keep-alive >
140144 <a-modal
@@ -1596,4 +1600,9 @@ export default {
15961600.ant - breadcrumb {
15971601 vertical- align: text- bottom;
15981602}
1603+
1604+ / deep/ .ant - alert- message {
1605+ display: flex;
1606+ align- items: center;
1607+ }
15991608< / style>
You can’t perform that action at this time.
0 commit comments