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>")
|
print(" '-> Starting container<br>")
|
||||||
container.start()
|
container.start()
|
||||||
print("[\o/] Container restarted<br>")
|
print("[\o/] Container restarted<br>")
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.body {
|
.body {
|
||||||
|
font-size: 4em;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
.page_wrapper {
|
.page_wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -10,6 +11,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 5em;
|
padding-bottom: 5em;
|
||||||
background-color: red;
|
background-color: red;
|
||||||
|
width: 90%;
|
||||||
}
|
}
|
||||||
.center_wrapper {
|
.center_wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -18,6 +20,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: blue;
|
background-color: blue;
|
||||||
|
|
||||||
}
|
}
|
||||||
.container_list {
|
.container_list {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -33,12 +36,14 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: green;
|
background-color: green;
|
||||||
|
|
||||||
}
|
}
|
||||||
.header, .status {
|
.header, .status {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
background-color: violet;
|
background-color: violet;
|
||||||
|
width: 10em;
|
||||||
}
|
}
|
||||||
.table_content {
|
.table_content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user