diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-01-15 08:58:46 -0500 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-01-15 08:58:46 -0500 |
commit | e9feb2d4b8e48a880be8b8e8116fe7771ff3e6fd (patch) | |
tree | 206650d6504ddcaf320cf4182b2332734d568cb1 | |
parent | 1b4877607bf7422074323d639bb18d764c9712a3 (diff) | |
download | pfsense-e9feb2d4b8e48a880be8b8e8116fe7771ff3e6fd.zip pfsense-e9feb2d4b8e48a880be8b8e8116fe7771ff3e6fd.tar.gz |
Bootstrap style select element
-rw-r--r-- | src/usr/local/www/status_queues.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_queues.php b/src/usr/local/www/status_queues.php index 2a13a12..3e37183 100644 --- a/src/usr/local/www/status_queues.php +++ b/src/usr/local/www/status_queues.php @@ -190,7 +190,7 @@ else: ?> <tr> <th><?=gettext("Queue"); ?></th> <th><?=gettext("Statistics"); ?> - <select id="selStatistic"> + <select id="selStatistic" class="form-control"> <option value="0">PPS</option> <option value="1">Bandwidth</option> </select> |