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 ? ` - - ` : ''} -
`;