diff options
author | Charlie Marshall <charlie0440@gmail.com> | 2013-07-26 12:34:30 +0100 |
---|---|---|
committer | Charlie Marshall <charlie0440@gmail.com> | 2013-07-26 12:34:30 +0100 |
commit | 15d18c11090fbe0247b5a22cc4518c317384ef7d (patch) | |
tree | e79ff083349d981c1867b5b25b7bedb217fbcd48 /usr | |
parent | f95cfe52fddcb4cfce31256a304503c059ab9d04 (diff) | |
download | pfsense-15d18c11090fbe0247b5a22cc4518c317384ef7d.zip pfsense-15d18c11090fbe0247b5a22cc4518c317384ef7d.tar.gz |
Add 'ALL' interfaces as an option to the dropdown menu
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/widgets/widgets/log.widget.php | 1 |
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): ?> |