Add Status Report to Info page

This commit is contained in:
Tom 2023-07-10 18:47:06 +02:00
parent cda68d3454
commit f5c5999f44
11 changed files with 361 additions and 20 deletions

View file

@ -18,4 +18,13 @@
.wisski.stopped {
background-color: #ff7a7a;
}
.info-chip {
min-width: 75px;
height: 15px;
border-radius: 5px;
display: block;
padding: 5px;
text-align: center;
}