mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-03 16:51:24 -07:00
fix: update body text color in dark theme and remove unnecessary console log
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user