mriggins Posted May 3, 2023 Posted May 3, 2023 I've got the Web Interface for popper up and running. I can connect to it on my lan from my phone, change tables, search for tables etc so it's working fine. What doesn't work is the Windows Shutdown feature of the WebUI. The shutdown functionality inside of poppers menu works fine. But pressing the shutdown windows button on the webui on my phone, on the lan, doesn't do anything, like I never pressed it. Any ideas? Thanks!
DavidAlbert Posted July 24, 2024 Posted July 24, 2024 Does anyone have any idea with this i am having the same problem.
jaydee Posted January 11, 2025 Posted January 11, 2025 (edited) The question is not entirely new, but if you are still interested... here is my solution. In the wwwRoot directory I changed these two lines in index.html: <button type="button" class="btn btn-primary" onclick="sendPup(56)">Restart PC</button> <button type="button" class="btn btn-primary" onclick="sendPup(12)">ShutDown Windows</button> to <button type="button" class="btn btn-primary" onclick="sendPup(59)">Restart PC</button> <button type="button" class="btn btn-primary" onclick="sendPup(58)">ShutDown Windows</button> On the nailbuster wiki page you will find the list of pupkey events at the bottom. Edited January 11, 2025 by jaydee
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now