mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Add link to entropy page and show if there is hardware support available.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user