Show at least basic error if task or app not found in logviewer

This commit is contained in:
Johannes Zellner
2023-05-15 17:20:43 +02:00
parent 576fb392bb
commit b5641cc445
6 changed files with 32 additions and 7 deletions
+8
View File
@@ -1761,6 +1761,14 @@ tag-input {
.logs {
background: black;
.logs-error {
color: white;
width: 100%;
font-size: 18px;
text-align: center;
margin-top: 200px;
}
.logs-controls {
margin: 5px;