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

@@ -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';