]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/menu/30-network.menu
Added Mac-Address link to network sidebar.
[people/pmueller/ipfire-2.x.git] / config / menu / 30-network.menu
old mode 100644 (file)
new mode 100755 (executable)
index d3eecf5..2780319
@@ -45,7 +45,7 @@
                                  'caption' => $Lang::tr{'aliases'},
                                  'uri' => '/cgi-bin/aliases.cgi',
                                  'title' => "$Lang::tr{'aliases'}",
-                                 'enabled' => 0,
+                                 'enabled' => 1,
                                  };
     $subnetwork->{'80.wakeonlan'} = {
                                  'caption' => $Lang::tr{'WakeOnLan'},
@@ -53,3 +53,9 @@
                                  'title' => "$Lang::tr{'WakeOnLan'}",
                                  'enabled' => 1,
                                  };
+       $subnetwork->{'90.macadress'} = {
+                                 'caption' => $Lang::tr{'mac address'},
+                                 'uri' => '/cgi-bin/mac.cgi',
+                                 'title' => "$Lang::tr{'mac address'}",
+                                 'enabled' => 1,
+                                 };