Skip to content

Commit

Permalink
Delete message on force checkbox set true
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
(cherry picked from commit cb5f45f)
  • Loading branch information
torchiaf authored and a110605 committed Sep 16, 2024
1 parent 941fcfe commit 0d908c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/harvester/dialog/HarvesterMaintenanceDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ export default {
methods: {
ucFirst,
onInputForce(v) {
if (v) {
this.unhealthyVMs = [];
}
},
close() {
this.$emit('close');
},
Expand Down Expand Up @@ -98,6 +104,7 @@ export default {
<Checkbox
v-model="force"
label-key="harvester.host.enableMaintenance.force"
@input="onInputForce"
/>
</div>
Expand Down

0 comments on commit 0d908c9

Please sign in to comment.