diff --git a/app/static/index.html b/app/static/index.html index 214b10d..699dbf6 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -1,5 +1,5 @@ - + @@ -244,13 +244,24 @@ justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; - transition: background-color 0.2s; + transition: all 0.2s; + position: relative; } .accordion-header:hover { background: #e9ecef; } + .accordion-arrow { + font-size: 1.2rem; + transition: transform 0.3s ease; + color: #6c757d; + } + + .accordion-header.active .accordion-arrow { + transform: rotate(90deg); + } + .accordion-header.active { background: #cc0000; color: white; @@ -536,15 +547,15 @@

OpenShift Resource Governance Tool

-

Ferramenta de governança de recursos para clusters OpenShift

+

Resource governance tool for OpenShift clusters

- +
-
-
Total de Pods
+
Total Pods
-
@@ -552,42 +563,42 @@
-
-
Nós
+
Nodes
-
-
Problemas Críticos
+
Critical Issues
- +
-

Controles

+

Controls

- - - - + + + +
- +
-

Exportar Relatórios

+

Export Reports

- + - +
@@ -624,23 +635,23 @@
- +
@@ -1133,7 +1145,7 @@ document.getElementById('historicalCard').style.display = 'block'; } catch (error) { - showError('Erro ao carregar análise histórica: ' + error.message); + showError('Error loading historical analysis: ' + error.message); } finally { hideLoading(); }