feat: status page + maintenance

This commit is contained in:
mco-system 2023-05-27 16:31:50 +11:00
parent 0ede5055e2
commit 10bea4b46b
2 changed files with 6 additions and 2 deletions

View File

@ -10,4 +10,3 @@ for container in client.containers.list():
print(" '-> Starting container<br>")
container.start()
print("[\o/] Container restarted<br>")

View File

@ -1,5 +1,6 @@
.body {
font-size: 4em;
font-family: Arial, Helvetica, sans-serif;
}
.page_wrapper {
display: flex;
@ -10,6 +11,7 @@
text-align: center;
padding-bottom: 5em;
background-color: red;
width: 90%;
}
.center_wrapper {
display: flex;
@ -18,6 +20,7 @@
align-items: center;
text-align: center;
background-color: blue;
}
.container_list {
display: flex;
@ -33,12 +36,14 @@
justify-content: center;
align-items: center;
background-color: green;
}
.header, .status {
font-weight: bold;
border-width: 1px;
border-style: solid;
background-color: violet;
width: 10em;
}
.table_content {
display: flex;