We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dd6e6 commit a1fab53Copy full SHA for a1fab53
1 file changed
ui/src/views/tools/ManageInstances.vue
@@ -929,8 +929,8 @@ export default {
929
return true
930
}
931
932
- return this.unmanagedInstancesLoading || this.managedInstancesLoading
933
- || this.loadingImportVmTasks || this.loadingVmwareCbtMigrations
+ return this.unmanagedInstancesLoading || this.managedInstancesLoading ||
+ this.loadingImportVmTasks || this.loadingVmwareCbtMigrations
934
},
935
zoneSelectOptions () {
936
return this.options.zones.map((zone) => {
0 commit comments