feat: status page + maintenance
This commit is contained in:
parent
154ab9089d
commit
05faf28c26
|
@ -1,5 +1,6 @@
|
|||
$("#reboot").click(function(){
|
||||
$( "#reboot" ).on( "click", function(){
|
||||
$.get("https://www.thsf.net/thsf.net/maintenance/reboot.py", function(data, status){
|
||||
console.log(status);
|
||||
$("#logs").innerHTML = data;
|
||||
setTimeout(function () {document.location.reload()}, 5000);
|
||||
});
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.body {
|
||||
body {
|
||||
font-size: 2em;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue