Show timestamp in log lines

This commit is contained in:
Johannes Zellner
2017-08-08 09:55:18 +02:00
parent bc49a3e18a
commit 96e2fa159c
3 changed files with 566 additions and 3 deletions

View File

@@ -1144,7 +1144,6 @@ $graphs-success-alt: lighten(#27CE65, 20%);
}
}
// ----------------------------
// Logs
// ----------------------------
@@ -1160,3 +1159,15 @@ $graphs-success-alt: lighten(#27CE65, 20%);
padding: 5px;
font-family: monospace;
}
.log-line {
line-height: 1.2;
&:hover {
background-color: #333333;
}
.time {
color: #00FFFF;
}
}