Add correlated Logs view
This commit is contained in:
parent
b1a44e337a
commit
ea3eb80c07
3 changed files with 215 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue