From 1c5128a5c83eb9b0111a28577856044069e2849d Mon Sep 17 00:00:00 2001 From: cproudlock Date: Sun, 12 Jul 2026 09:57:02 -0400 Subject: [PATCH] Fit the audit-log table; drop the collector token preset button Audit Logs now uses a fixed table layout with tuned column widths: every column fits the card without horizontal scrolling, long entity names truncate with a hover tooltip, timestamps show a compact no-seconds form (full value on hover), and the 9-digit user SSO renders fully. Removed the Collector service token quick-preset from the create modal per user preference - the collector.ingest checkbox in the scope grid is the path now. Co-Authored-By: Claude Fable 5 --- frontend/src/views/settings/ApiTokensList.vue | 34 ---------------- frontend/src/views/settings/AuditLogs.vue | 40 ++++++++++++++----- 2 files changed, 31 insertions(+), 43 deletions(-) diff --git a/frontend/src/views/settings/ApiTokensList.vue b/frontend/src/views/settings/ApiTokensList.vue index d545228..ea34cbd 100644 --- a/frontend/src/views/settings/ApiTokensList.vue +++ b/frontend/src/views/settings/ApiTokensList.vue @@ -125,18 +125,6 @@ Leave blank for a token that never expires. -
- - - For GE-Enforce / fleet reporting. Pre-selects only - collector.ingest; the token works only on the - collector API and nothing else. - -
-