1 parent 2729a99 commit fd29d4eCopy full SHA for fd29d4e
1 file changed
src/main/webapp/index.html
@@ -435,7 +435,7 @@
435
font-size: 0.85em;
436
}
437
.badge.azul { background: #dbeafe; color: #1e40af; }
438
- .badge.standard { background: #fee2e2; color: #991b1b; }
+ .badge.standard { background: #dbeafe; color: #1e40af; }
439
440
.metrics-grid {
441
display: grid;
@@ -1246,7 +1246,7 @@ <h3>System Log</h3>
1246
if (instanceName.includes('c4')) {
1247
instanceEl.style.color = '#10b981'; // green for C4
1248
} else if (instanceName.includes('g1')) {
1249
- instanceEl.style.color = '#ef4444'; // red for G1
+ instanceEl.style.color = '#10b981'; // same as c4
1250
} else {
1251
instanceEl.style.color = '#2563eb'; // blue for unknown
1252
0 commit comments