diff --git a/html/pages/validate.inc.php b/html/pages/validate.inc.php index 28832f662..28e5049c5 100644 --- a/html/pages/validate.inc.php +++ b/html/pages/validate.inc.php @@ -26,6 +26,8 @@ use LibreNMS\ValidationResult; use LibreNMS\Validator; +$no_refresh = true; + ?>
@@ -71,13 +73,13 @@ foreach ($validator->getAllResults() as $group => $results) { foreach ($results as $rnum => $result) { /** @var ValidationResult $result */ - echo '
getStatus() == ValidationResult::SUCCESS) { - echo ' bg-success'; + echo ' panel-success">
'; @@ -87,7 +89,7 @@ foreach ($validator->getAllResults() as $group => $results) { if ($result->hasFix() || $result->hasList()) { echo '
'; if ($result->hasFix()) { - echo '

' . linkify($result->getFix()) . '

'; + echo '

' . linkify($result->getFix()) . '

'; if ($result->hasList()) { echo '
'; }