From db97d3786824d157fda281731efda30d8b53e2aa Mon Sep 17 00:00:00 2001 From: github-ops Date: Fri, 19 Jun 2026 18:42:17 +0000 Subject: [PATCH] Remove auth profile references from secrets page --- apps/ui/html/secrets.html | 34 +-------- apps/ui/js/i18n.js | 76 ++++--------------- apps/ui/js/secrets.js | 156 -------------------------------------- 3 files changed, 15 insertions(+), 251 deletions(-) diff --git a/apps/ui/html/secrets.html b/apps/ui/html/secrets.html index 65a4bbd..df34b5c 100644 --- a/apps/ui/html/secrets.html +++ b/apps/ui/html/secrets.html @@ -19,26 +19,6 @@ color: var(--text-muted); line-height: 1.55; } - .secret-ref-list { - display: flex; - flex-wrap: wrap; - gap: 6px; - } - .secret-ref-pill { - display: inline-flex; - align-items: center; - gap: 6px; - padding: 5px 8px; - border-radius: 999px; - border: 1px solid var(--border); - background: var(--bg-canvas); - color: var(--text-secondary); - font-size: 11.5px; - } - .secret-ref-pill strong { - color: var(--text-primary); - font-weight: 600; - } .secrets-card-list { display: none; } @media (max-width: 720px) { #secrets-table-wrap { display: none; } @@ -100,7 +80,7 @@ - -
-
-
-
Auth profile references
-
Profiles resolve secrets at runtime before upstream execution.
-
-
-
-
-
-