From 1c18517284ef2c8296f536de910d3b5e871db7c1 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 4 Jan 2016 22:10:21 +0545 Subject: 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. --- src/usr/local/www/status_graph.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr/local/www/status_graph.php') 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'); -- cgit v1.1