fix: update body text color in dark theme and remove unnecessary console log

This commit is contained in:
Jokob @NetAlertX
2026-02-28 01:02:21 +00:00
parent 4d0b7c944f
commit e57fd2e81e
2 changed files with 1 additions and 4 deletions

View File

@@ -37,7 +37,7 @@
body, .bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
background-color: #353c42 !important;
color: #bec5cb !important;
color: #ffffff !important;
}
h4 {
color: #44def1;

View File

@@ -744,9 +744,6 @@ function getStatusBadgeParts(devPresentLastScan, devAlertDown, devFlapping, devM
let status = 'unknown';
let cssText = '';
console.log(devFlapping);
if (devPresentLastScan == 1 && devFlapping == 0) {
css = 'bg-green text-white statusOnline';
cssText = 'text-green';