Show timestamp in log lines
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user