]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Add static routing to menu.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Sep 2011 10:31:09 +0000 (12:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Sep 2011 10:31:09 +0000 (12:31 +0200)
config/menu/30-network.menu

index abc6bc6afb5973da8fcfc92e82079b74fdd896ae..f4645b8fc7647882bc006572998f08f5263a674f 100644 (file)
                                 'title' => "$Lang::tr{'edit hosts'}",
                                 'enabled' => 1,
                                 };
+    $subnetwork->{'51.routes'} = {
+                                'caption' => $Lang::tr{'static routes'},
+                                'uri' => '/cgi-bin/routing.cgi',
+                                'title' => "$Lang::tr{'static routes'}",
+                                'enabled' => 1,
+                                };
     $subnetwork->{'60.upload'} = {
                                  'caption' => $Lang::tr{'upload'},
                                  'uri' => '/cgi-bin/upload.cgi',