diff --git a/front/css/system-dark-patch.css b/front/css/system-dark-patch.css index 353c1679..06121b02 100755 --- a/front/css/system-dark-patch.css +++ b/front/css/system-dark-patch.css @@ -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; diff --git a/front/js/ui_components.js b/front/js/ui_components.js index 51425a9c..671c9ab9 100755 --- a/front/js/ui_components.js +++ b/front/js/ui_components.js @@ -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';