summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-07-26 12:34:30 +0100
committerCharlie Marshall <charlie0440@gmail.com>2013-07-26 12:34:30 +0100
commit15d18c11090fbe0247b5a22cc4518c317384ef7d (patch)
treee79ff083349d981c1867b5b25b7bedb217fbcd48 /usr/local/www/widgets
parentf95cfe52fddcb4cfce31256a304503c059ab9d04 (diff)
downloadpfsense-15d18c11090fbe0247b5a22cc4518c317384ef7d.zip
pfsense-15d18c11090fbe0247b5a22cc4518c317384ef7d.tar.gz
Add 'ALL' interfaces as an option to the dropdown menu
Diffstat (limited to 'usr/local/www/widgets')
-rw-r--r--usr/local/www/widgets/widgets/log.widget.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/widgets/widgets/log.widget.php b/usr/local/www/widgets/widgets/log.widget.php
index 1af792b..b099789 100644
--- a/usr/local/www/widgets/widgets/log.widget.php
+++ b/usr/local/www/widgets/widgets/log.widget.php
@@ -148,6 +148,7 @@ function format_log_line(row) {
<br/>
Interfaces:
<select id="filterlogentriesinterfaces" name="filterlogentriesinterfaces" class="formselect">
+ <option value="All">ALL</option>
<?php
$interfaces = get_configured_interface_with_descr();
foreach ($interfaces as $iface => $ifacename): ?>
OpenPOWER on IntegriCloud