mirror of https://github.com/jetkvm/kvm.git
Compare commits
2 Commits
5f617079ab
...
f34d97eedf
| Author | SHA1 | Date |
|---|---|---|
|
|
f34d97eedf | |
|
|
f735f57c3d |
|
|
@ -476,7 +476,7 @@ export function RebootingOverlay({ show, postRebootAction }: RebootingOverlayPro
|
|||
// Device is available, redirect to the specified URL
|
||||
console.log('Device is available, redirecting to:', postRebootAction.redirectUrl);
|
||||
window.location.href = postRebootAction.redirectUrl;
|
||||
window.location.reload(true)
|
||||
window.location.reload();
|
||||
}
|
||||
} catch (err) {
|
||||
// Ignore errors - they're expected while device is rebooting
|
||||
|
|
|
|||
Loading…
Reference in New Issue