Allow to follow app logs

This commit is contained in:
Johannes Zellner
2017-08-07 16:48:27 +02:00
parent e7db2ab137
commit bcf37d833f
5 changed files with 109 additions and 41 deletions

View File

@@ -1143,3 +1143,19 @@ $graphs-success-alt: lighten(#27CE65, 20%);
}
}
}
// ----------------------------
// Logs
// ----------------------------
.log-line-container {
width: 100%;
max-width: 100%;
height: 400px;
background-color: black;
color: white;
overflow: auto;
border: none;
padding: 5px;
}