We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a828539 commit 3e5a3ccCopy full SHA for 3e5a3cc
ui/src/views/compute/DeployVM.vue
@@ -3439,7 +3439,7 @@ export default {
3439
return
3440
}
3441
this.selectedBackupOffering = val
3442
- if (this.backupSchedules && this.backupSchedules.length > 0 && !['nas'].includes(val.provider)) {
+ if (this.backupSchedules && this.backupSchedules.length > 0 && !this.$isBackupProviderSupportsQuiesceVm(val.provider)) {
3443
this.backupSchedules = this.backupSchedules.filter(item => !item.quiescevm)
3444
3445
},
0 commit comments