feat(logs): store stderr and stdout with details in dedicated log messages table
This commit is contained in:
parent
c40c6aedef
commit
55438fbd83
12 changed files with 155 additions and 27 deletions
|
|
@ -4,3 +4,11 @@ table {
|
|||
table tbody tr td:first-child {
|
||||
padding-right: 3rem !important;
|
||||
}
|
||||
|
||||
.line-stderr {
|
||||
background-color: rgba(255, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.logs-lines {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue