diff options
author | Phil Davis <phil.davis@inf.org> | 2015-10-28 10:37:25 +0545 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2015-10-28 10:04:42 -0400 |
commit | 329b5c4940122339bfcbb34686bb42d0b144fe63 (patch) | |
tree | 89a56c9eeea3f958ba046b02300c74a232bba2a5 /src/usr | |
parent | 36b3fd58dc4117fe628854e212787f85f7310218 (diff) | |
download | pfsense-329b5c4940122339bfcbb34686bb42d0b144fe63.zip pfsense-329b5c4940122339bfcbb34686bb42d0b144fe63.tar.gz |
system_gateways Actions column format
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/system_gateways.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways.php b/src/usr/local/www/system_gateways.php index 5a6e701..bc9f6e1 100644 --- a/src/usr/local/www/system_gateways.php +++ b/src/usr/local/www/system_gateways.php @@ -266,7 +266,7 @@ display_top_tabs($tab_array); <th><?=gettext("Gateway")?></th> <th><?=gettext("Monitor IP")?></th> <th><?=gettext("Description")?></th> - <th><th><?=gettext("Actions")?></th></th> + <th><?=gettext("Actions")?></th> </tr> </thead> <tbody> |