Add correlated Logs view

This commit is contained in:
Kyrylo Gliebov 2018-08-09 18:26:16 +02:00
parent b1a44e337a
commit ea3eb80c07
3 changed files with 215 additions and 2 deletions

View file

@ -366,3 +366,19 @@ table.listing-ct > thead th:last-child, tr.listing-ct-item td:last-child {
-ms-user-select: none;
user-select: none;
}
.highlighted {
background-color: #ededed !important;
}
#logs-view {
height: 300px;
overflow-y: scroll;
margin-bottom: 0;
}
.logs-view-log-time {
display: inline-block;
width: 150px;
vertical-align: middle;
}