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