From eac03fb61b160136eae97a678f3c6e6978b3bafc Mon Sep 17 00:00:00 2001 From: Jean Sorgemoel Date: Mon, 6 Aug 2018 23:13:57 +0200 Subject: [PATCH] correct color for AST message --- server/common/rootweb/opennelmanager_log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/common/rootweb/opennelmanager_log.php b/server/common/rootweb/opennelmanager_log.php index 8299335..16714ae 100644 --- a/server/common/rootweb/opennelmanager_log.php +++ b/server/common/rootweb/opennelmanager_log.php @@ -181,7 +181,7 @@ if (file_exists($cfgfile)) { } else if ( $type == 'STT') { $fond = "bgcolor=\"Yellow\""; } else if ( $type == 'AST') { - $fond = "bgcolor=\"Yellow\""; + $fond = "bgcolor=\"Tomato\""; } else if ( $type == 'UKN') { $fond = "bgcolor=\"Tomato\""; } else {