From f27ff1fbc25568621608b02d2d214b0c0b386ea9 Mon Sep 17 00:00:00 2001 From: Naeel Date: Mon, 27 Apr 2026 11:07:22 +0300 Subject: [PATCH] console: remove namespace hint --- console/ui/index.html | 114 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 113 insertions(+), 1 deletion(-) diff --git a/console/ui/index.html b/console/ui/index.html index 2e5560b..04c3313 100644 --- a/console/ui/index.html +++ b/console/ui/index.html @@ -295,6 +295,44 @@ .nowrap { white-space: nowrap; } + + .help-section { + margin-top: 14px; + padding-top: 14px; + border-top: 1px solid #0b2a48; + } + + .help-section:first-of-type { + margin-top: 0; + padding-top: 0; + border-top: 0; + } + + .help-section h4 { + margin-bottom: 8px; + font-size: 14px; + } + + .help-list { + display: grid; + gap: 8px; + font-size: 13px; + line-height: 1.5; + color: var(--text-primary); + } + + .help-code { + margin-top: 8px; + padding: 10px 12px; + border-radius: 8px; + border: 1px solid #0b2a48; + background: #021221; + color: #d8e5f2; + font-family: ui-monospace, SFMono-Regular, Menlo, monospace; + font-size: 12px; + white-space: pre-wrap; + word-break: break-word; + } @@ -377,6 +415,7 @@
+
@@ -424,7 +463,7 @@
-
Namespace: default. CRUD происходит напрямую через CRD Fission.
+
Изменения применяются напрямую через CRD Fission.
@@ -543,6 +582,71 @@ + +