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 = ` -