feat: status page + maintenance
This commit is contained in:
parent
0ede5055e2
commit
10bea4b46b
|
@ -10,4 +10,3 @@ for container in client.containers.list():
|
|||
print(" '-> Starting container<br>")
|
||||
container.start()
|
||||
print("[\o/] Container restarted<br>")
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue