feat(agent-office/LogTab): source 뱃지 + access 메타데이터 표시 + 5초 폴링

This commit is contained in:
2026-05-28 02:48:56 +09:00
parent d29fdac4a0
commit 86f020182a
2 changed files with 49 additions and 9 deletions

View File

@@ -371,6 +371,18 @@
.ao-log-level { min-width: 48px; font-weight: bold; }
.ao-log-msg { color: #ccc; word-break: break-all; }
.ao-log-source {
margin-left: 6px;
font-size: 0.75em;
font-weight: 600;
letter-spacing: 0.5px;
}
.ao-log-meta {
color: #6b7280;
font-size: 0.85em;
}
/* ===== Common ===== */
.ao-empty {
color: #94a3b8;