Skip to content
Snippets Groups Projects
Commit 0f6fc5d8 authored by Nico's avatar Nico
Browse files

add refresh button

parent 0f9f6a0e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment