Enhance logging with timestamps and filtering.
This commit is contained in:
parent
f9125e1193
commit
b7cfd86f22
14 changed files with 257 additions and 13 deletions
|
|
@ -75,6 +75,14 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.setting-range-hdist {
|
||||
display: table;
|
||||
width: 100%;
|
||||
span {
|
||||
display: table-cell;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.settings-list {
|
||||
.item {
|
||||
color: $v-dark-gray;
|
||||
|
|
@ -119,6 +127,10 @@
|
|||
color: #00901B;
|
||||
}
|
||||
}
|
||||
.log-text {
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
#tab-settings {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue