feat: status page + maintenance
This commit is contained in:
parent
10bea4b46b
commit
b1e05e8e4d
|
@ -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;
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue