diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 863372941..d4ed3be36 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -410,12 +410,18 @@ if ($_SESSION['userlevel'] >= '5' && ($routing_count['bgp']+$routing_count['ospf if ($_SESSION['userlevel'] >= '5' && $routing_count['vrf']) { - echo('
  • VRFs

  • '); + echo('
  • VRFs
  • '); $separator++; } if ($_SESSION['userlevel'] >= '5' && $routing_count['ospf']) { + if ($separator) + { + echo(' +

  • '); + $separator = 0; + } echo('
  • OSPF Devices
  • '); $separator++;