Skip to content

Commit a1fab53

Browse files
Fix VMware CBT migration UI lint
1 parent c4dd6e6 commit a1fab53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/src/views/tools/ManageInstances.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,8 @@ export default {
929929
return true
930930
}
931931
}
932-
return this.unmanagedInstancesLoading || this.managedInstancesLoading
933-
|| this.loadingImportVmTasks || this.loadingVmwareCbtMigrations
932+
return this.unmanagedInstancesLoading || this.managedInstancesLoading ||
933+
this.loadingImportVmTasks || this.loadingVmwareCbtMigrations
934934
},
935935
zoneSelectOptions () {
936936
return this.options.zones.map((zone) => {

0 commit comments

Comments
 (0)