Add link to entropy page and show if there is hardware support available.

This commit is contained in:
Michael Tremer
2014-03-13 15:27:14 +01:00
parent c6df357fd4
commit 84004f0538
4 changed files with 52 additions and 0 deletions

View File

@@ -46,6 +46,12 @@
'title' => "$Lang::tr{'hardware graphs'}",
'enabled' => 1,
};
$substatus->{'61.entropy'} = {
'caption' => "$Lang::tr{'entropy'}",
'uri' => '/cgi-bin/entropy.cgi',
'title' => "$Lang::tr{'entropy graphs'}",
'enabled' => 1,
};
$substatus->{'71.connections'} = {
'caption' => $Lang::tr{'connections'},
'uri' => '/cgi-bin/connections.cgi',