feat: add experiment logs to the monitoring page

ref: N25B-401
This commit is contained in:
Twirre Meulenbelt
2026-01-19 12:57:01 +01:00
parent 2c4f24fbb6
commit 6d5f1e33ef
19 changed files with 532 additions and 122 deletions

View File

@@ -194,32 +194,6 @@
line-height: 1.4;
}
/* LOGS */
.logs {
grid-area: logs;
background: var(--bg-surface);
color: var(--text-main);
box-shadow: var(--panel-shadow);
padding: 1rem;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.logs textarea {
width: 100%;
height: 83%;
margin-top: 0.5rem;
background-color: Canvas;
color: CanvasText;
border: 1px solid var(--border-color);
}
.logs button {
background: var(--bg-surface);
box-shadow: var(--panel-shadow);
margin-top: 0.5rem;
margin-left: 0.5rem;
}
/* FOOTER */
.controlsSection {
grid-area: footer;