mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Add modem status page.
On this page, much useful information is displayed about the hardware and the status of an LTE/3G or other kinds of modems that respond to AT commands.
This commit is contained in:
@@ -70,6 +70,11 @@
|
||||
'title' => "$Lang::tr{'qos graphs'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$substatus->{'74.modem-status'} = {'caption' => $Lang::tr{'modem status'},
|
||||
'uri' => '/cgi-bin/modem-status.cgi',
|
||||
'title' => $Lang::tr{'modem status'},
|
||||
'enabled' => 0,
|
||||
};
|
||||
$substatus->{'75.atm-status'} = {'caption' => 'Atm-status',
|
||||
'uri' => '/cgi-bin/atm-status.cgi',
|
||||
'title' => 'Atm-status',
|
||||
|
||||
Reference in New Issue
Block a user