Add experiment logs to the monitoring page #48

Merged
0950726 merged 122 commits from feat/experiment-logs into dev 2026-01-28 10:16:00 +00:00
Showing only changes of commit 363054afda - Show all commits

View File

@@ -119,10 +119,11 @@ function WarningListItem(props: { warning: EditorWarning }) {
</div>
<div className={styles.meta}>
{props.warning.scope.id}
{props.warning.scope.handleId && (
<span className={styles.handle}>@{props.warning.scope.handleId}</span>
)}
{props.warning.type}
{/*{props.warning.scope.id}*/}
{/*{props.warning.scope.handleId && (*/}
{/* <span className={styles.handle}>@{props.warning.scope.handleId}</span>*/}
{/*)}*/}
</div>
</div>
);