Add cancellation handling to the async polling loops in utm-progress-view.ts and proxmox-progress-view.ts. Currently the polling chains (_waitForVmIp, _waitForHaReady, _waitForHaUpdated) continue running after the component is detached via cancel or navigation, calling methods on a disconnected component.
Add cancellation handling to the async polling loops in utm-progress-view.ts and proxmox-progress-view.ts. Currently the polling chains (_waitForVmIp, _waitForHaReady, _waitForHaUpdated) continue running after the component is detached via cancel or navigation, calling methods on a disconnected component.