mirror of
https://github.com/bsmithio/OPNsense-Dashboard.git
synced 2026-02-16 06:14:14 +00:00
parent
865dab4336
commit
fc03e423b6
1 changed files with 2 additions and 1 deletions
|
|
@ -91,12 +91,13 @@ foreach ($gw_array as $gw => $gateway) {
|
|||
$delay = $gw_statuses[$gw]["delay"];
|
||||
$stddev = $gw_statuses[$gw]["stddev"];
|
||||
$status = $gw_statuses[$gw]["status"];
|
||||
$loss = $gw_statuses[$gw]["loss"];
|
||||
|
||||
$interface = $gateway["interface"];
|
||||
$gwdescr = $gateway["descr"];
|
||||
$monitor = $gateway["monitor"];
|
||||
$source = $gateway["gateway"];
|
||||
$loss = $gateway["loss"];
|
||||
|
||||
if (!isset($monitor)) {
|
||||
$monitor = "Unavailable";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue