From 086b42dd6cbb24fdda455c3334046a6a3fed18f4 Mon Sep 17 00:00:00 2001 From: andersonid Date: Thu, 2 Oct 2025 08:53:52 -0300 Subject: [PATCH] Improve modal design: remove gradient, fix kubectl to oc, add YAML note --- app/static/index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/static/index.html b/app/static/index.html index 192ff81..21f0786 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -1602,7 +1602,7 @@ ${rec.kubectl_commands && rec.kubectl_commands.length > 0 ? `
-

Kubectl Commands:

+

OpenShift Commands:

${rec.kubectl_commands.map(cmd => `
${cmd}
`).join('')}
@@ -2041,7 +2041,7 @@ if (!rec) return; let modalContent = ` -