diff --git a/update_checker.html b/update_checker.html index c160bba0143f9a0f200d1bf46d310234d074384b..8504cc020fd55dac60ce7bc8b3429e0baa30db6c 100644 --- a/update_checker.html +++ b/update_checker.html @@ -52,13 +52,14 @@ } $(document).ready(function() { refreshUpdates() - window.setInterval(refreshUpdates, 60*1000); + window.setInterval(refreshUpdates, 60*1000) + $("refresh").on("click", function() { refreshUpdates(); }) }) </script> </head> <body> <h1>Update Checker</h1> - <p>Last update: <span id="lastUpdate">(never)</span></p> + <p>Last update: <span id="lastUpdate">(never)</span> <button id="refresh">refresh</button></p> <h2>Update downloaded and offline</h2> <p>These nodes have downloaded a firmware update from the server, have never been observed running the updated firmware and are currently offline. It is not guaranteed they are offline because of the update. It could also mean they are running the new firmware fine, but they currently don't have a connection to the mesh or they were interrupted before installing the update etc.</p> <table>