add a simple log viewer to the front end

This commit is contained in:
Jonas Winkler 2020-11-02 01:26:21 +01:00
parent 2b0b3a70a7
commit 323e0fa348
9 changed files with 124 additions and 3 deletions

View file

@ -0,0 +1,12 @@
.log-entry-30 {
color: yellow !important;
}
.log-entry-40 {
color: red !important;
}
.log-entry-50 {
color: lightcoral !important;
font-weight: bold;
}