feat: status page + maintenance
This commit is contained in:
parent
f3d697699d
commit
429e2d221e
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
}
|
||||
.container_log {
|
||||
text-align: left;
|
||||
width: 48.6em;
|
||||
width: 48.8em;
|
||||
padding: 0.2em;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
|
Loading…
Reference in New Issue