Skip to content

Commit

Permalink
Disabled OSPF module
Browse files Browse the repository at this point in the history
  • Loading branch information
phpipam committed Jun 10, 2019
1 parent 7d78ef4 commit 37bc4cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/tools/routing/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
print "<ul class='nav nav-tabs' style='margin-bottom:20px;'>";
$class = $_GET['subnetId']=="bgp" ? "active" : "";
print " <li role='presentation' class='$class'><a href='".create_link($_GET['page'], "routing", "bgp")."'>"._('BGP routing')."</a></li>";
$class = $_GET['subnetId']=="ospf" ? "active" : "";
print " <li role='presentation' class='$class'><a href='".create_link($_GET['page'], "routing", "ospf")."'>"._("OSPF routing")."</a></li>";
// $class = $_GET['subnetId']=="ospf" ? "active" : "";
// print " <li role='presentation' class='$class'><a href='".create_link($_GET['page'], "routing", "ospf")."'>"._("OSPF routing")."</a></li>";
print "</ul>";
2 changes: 1 addition & 1 deletion misc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
+ Sessions can be now stored in database (#516);
+ Two-factor authentication - otp (Google Authenticator);
+ Customers module (#694);
+ Routing module (BGP, OSPF) (#2135);
+ Routing module (BGP) (#2135);
+ Search for free subnet inside whole section;

Enhancements, changes:
Expand Down

0 comments on commit 37bc4cd

Please sign in to comment.