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.
-
-
-
-
-
-