web: Create a function to show the service status

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-03-23 18:42:13 +01:00
parent b5e6a2c56f
commit 0b16963484
15 changed files with 217 additions and 3 deletions

View File

@@ -133,6 +133,22 @@ iframe {
float: right !important;
}
/*
Text Alignment
*/
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
/* Header */
#header {
@@ -296,6 +312,10 @@ table {
border-spacing: 0;
}
.tbl {
width: 100%;
}
.tbl th {
color: #ffffff;
border-top: 1px solid #363636;