feat(logs): store stderr and stdout with details in dedicated log messages table

This commit is contained in:
Matthieu Bessat 2024-07-25 23:23:58 +02:00
parent c40c6aedef
commit 55438fbd83
12 changed files with 155 additions and 27 deletions

View file

@ -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;
}