Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck in "Sorry to bother you" in Kiosk mode #602

Open
danelec-hpm opened this issue May 3, 2022 · 1 comment
Open

Stuck in "Sorry to bother you" in Kiosk mode #602

danelec-hpm opened this issue May 3, 2022 · 1 comment

Comments

@danelec-hpm
Copy link

danelec-hpm commented May 3, 2022

We have a big screen in the office to monitor builds and us this great plugin for that. However the screen runs in kiosk mode, so no interaction is needed. When updating Jenkins or on reboot (cookies timed out) the page will show the Sorry to bother you message, and be stuck at that message, so I need to automatically reload the page when this happens.
I found that adding this javascript the the service.js file:
setTimeout(function() {
$window.location.reload();
}, 10000);
after the:
$dialog.messageBox(...);
line solves the issue and automatically reloads the page and everything is fine again.

@danelec-hpm
Copy link
Author

I've added a pull request, to make it easy for you if you agree.

@Eshnek Eshnek mentioned this issue May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant