feat: status page + maintenance

This commit is contained in:
mco-system 2023-05-27 16:37:28 +11:00
parent 10bea4b46b
commit b1e05e8e4d
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
.body {
font-size: 4em;
font-size: 10em;
font-family: Arial, Helvetica, sans-serif;
}
.page_wrapper {
@ -11,7 +11,6 @@
text-align: center;
padding-bottom: 5em;
background-color: red;
width: 90%;
}
.center_wrapper {
display: flex;

View File

@ -27,7 +27,7 @@ Content-type: text/html
<div class="status">{{ container.name }}</div>
<div class="status">{{ container.status }}</div>
<div class="status">
<i class="button fa-regular fa-recycle" onclick=""></i>
<i class="button fa-regular fa-recycle" onclick="reboot()"></i>
</div>
</div>
<div class="container_log" id="logs">