feat: status page + maintenance
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$("reboot").click(function(){
|
||||
$("#reboot").click(function(){
|
||||
$.get("https://www.thsf.net/thsf.net/maintenance/reboot.py", function(data, status){
|
||||
document.getElementById("logs").innerHTML = data;
|
||||
$("#logs").innerHTML = data;
|
||||
setTimeout(function () {document.location.reload()}, 5000);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user