summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes/functions.inc.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-07-18 10:33:45 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-07-18 10:33:45 -0300
commitd806061cb4e5fd8f1b0f4d72019f7137d935e61d (patch)
tree6c1e21caca61ef82c968d7f9fd225a044c166074 /usr/local/www/includes/functions.inc.php
parentf4b759123931a4891e4557d44d74e0bb0cb5bfaa (diff)
parent061ac3f364c342a433c0adf44b6dd77e0ccec8a9 (diff)
downloadpfsense-d806061cb4e5fd8f1b0f4d72019f7137d935e61d.zip
pfsense-d806061cb4e5fd8f1b0f4d72019f7137d935e61d.tar.gz
Merge pull request #1232 from N0YB/Widget_Gateways
Diffstat (limited to 'usr/local/www/includes/functions.inc.php')
-rw-r--r--usr/local/www/includes/functions.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php
index 48bc408..1c1fa9f 100644
--- a/usr/local/www/includes/functions.inc.php
+++ b/usr/local/www/includes/functions.inc.php
@@ -72,7 +72,7 @@ function get_gatewaystats() {
$bgcolor = "#ADD8E6"; // lightblue
}
$data .= ($online == "Pending") ? "{$online},{$online}," : "{$gws['delay']},{$gws['loss']},";
- $data .= "<table><tr><td bgcolor=\"$bgcolor\">&nbsp;$online&nbsp;</td></td></tr></table>";
+ $data .= "<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\" style=\"table-layout: fixed;\" summary=\"status\"><tr><td bgcolor=\"$bgcolor\">&nbsp;$online&nbsp;</td></tr></table>";
}
return $data;
}
OpenPOWER on IntegriCloud