From debf3960811bdb44a1df826835a510149e586ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Rosiak?= Date: Tue, 31 Mar 2015 15:03:39 +0200 Subject: [PATCH] Fix BGP Internal Icon - Make black instead of white, icon is not visible when white. --- html/includes/print-menubar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index aba93a2d54..01564eb883 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -384,7 +384,7 @@ if ($_SESSION['userlevel'] >= '5' && ($routing_count['bgp']+$routing_count['ospf echo('
  • BGP All Sessions
  • BGP External
  • -
  • BGP Internal
  • '); +
  • BGP Internal
  • '); } // Do Alerts at the bottom