mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
commit
289dd6911d
@ -71,7 +71,7 @@ function get_gatewaystats() {
|
||||
$bgcolor = "#ADD8E6"; // lightblue
|
||||
}
|
||||
$data .= ($online == "Pending") ? "{$online},{$online}," : "{$gws['delay']},{$gws['loss']},";
|
||||
$data .= "<table><tr><td bgcolor=\"$bgcolor\"> $online </td></td></tr></table>";
|
||||
$data .= "<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\" summary=\"status\"><tr><td bgcolor=\"$bgcolor\"> $online </td></tr></table>";
|
||||
}
|
||||
return $data;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user