From 78c72d6815c0071244e6810facfe3e64cd34b443 Mon Sep 17 00:00:00 2001 From: andersonid Date: Thu, 2 Oct 2025 10:23:02 -0300 Subject: [PATCH] UI: reorder elements - show Generate VPA YAML button before OpenShift commands --- app/static/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/static/index.html b/app/static/index.html index eb419b4..f6aa8d5 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -1616,6 +1616,15 @@ ` : ''} +
+ ${rec.vpa_yaml ? ` + + ` : ''} +
+ ${rec.kubectl_commands && rec.kubectl_commands.length > 0 ? `

OpenShift Commands:

@@ -1624,15 +1633,6 @@
` : ''} - -
- ${rec.vpa_yaml ? ` - - ` : ''} -
`;