mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Copy logic for when to show the cellular tab from status_rrd_graph.php. Fixes #714
This commit is contained in:
parent
fa6c42d05b
commit
2b30323ef3
@ -90,7 +90,7 @@ foreach($databases as $database) {
|
||||
if(stristr($database, "queues")) {
|
||||
$queues = true;
|
||||
}
|
||||
if(stristr($database, "cellular")) {
|
||||
if(stristr($database, "-cellular") && !empty($config['ppps'])) {
|
||||
$cellular = true;
|
||||
}
|
||||
if(stristr($database, "-vpnusers")) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user