Added Mac-Address link to network sidebar.

This commit is contained in:
Jan Paul Tuecking
2009-07-16 18:01:19 +02:00
parent b8c750f3b3
commit 6e84d94684

View File

@@ -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,
};