summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-04 22:10:21 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-04 22:10:21 +0545
commit1c18517284ef2c8296f536de910d3b5e871db7c1 (patch)
tree961a1c9d309e897fb468b6dfcf2fdde3a767f4c2 /src/usr/local/www/status_graph.php
parent187f96b9ad90ed000f7f8b2c11e2530e400407b2 (diff)
downloadpfsense-1c18517284ef2c8296f536de910d3b5e871db7c1.zip
pfsense-1c18517284ef2c8296f536de910d3b5e871db7c1.tar.gz
Add back display description option for status_graph
The code that provides the data for this is already in bandwidth_by_ip.php in both 2.2.* and master 2.3. The description option is in the Display dropdown list in 2.2.*, but it got missed in the bootstrap conversion and integration process. With just this 1-line addition the Display Description option can be selected and works.
Diffstat (limited to 'src/usr/local/www/status_graph.php')
-rw-r--r--src/usr/local/www/status_graph.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/status_graph.php b/src/usr/local/www/status_graph.php
index 39ea7f0..8625682 100644
--- a/src/usr/local/www/status_graph.php
+++ b/src/usr/local/www/status_graph.php
@@ -193,6 +193,7 @@ $group->add(new Form_Select(
array (
'' => 'IP Address',
'hostname' => 'Host Name',
+ 'descr' => 'Description',
'fqdn' => 'FQDN'
)
))->setHelp('Display');
OpenPOWER on IntegriCloud