UI: removido fundo roxo do Cluster Health Overview, deixado mais sóbrio como Resource Consumption
This commit is contained in:
@@ -804,10 +804,11 @@
|
|||||||
|
|
||||||
/* Cluster Health Dashboard Styles */
|
/* Cluster Health Dashboard Styles */
|
||||||
.cluster-health-section {
|
.cluster-health-section {
|
||||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
background: #f8f9fa;
|
||||||
color: white;
|
color: #333;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
border-radius: 12px;
|
border-radius: 8px;
|
||||||
|
border-left: 4px solid #28a745;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@@ -839,7 +840,7 @@
|
|||||||
|
|
||||||
.health-text p {
|
.health-text p {
|
||||||
margin: 0.5rem 0 0 0;
|
margin: 0.5rem 0 0 0;
|
||||||
opacity: 0.9;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.health-metrics {
|
.health-metrics {
|
||||||
@@ -855,7 +856,7 @@
|
|||||||
.metric-label {
|
.metric-label {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
opacity: 0.8;
|
color: #666;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user