Skip to content

Commit f65c8ec

Browse files
committed
Make a number of updates for usability
Clean up the filter logic to preserve values between page changes Make the graph size auto-detect the screen size Make reports sort properly
1 parent 333c9e6 commit f65c8ec

5 files changed

Lines changed: 256 additions & 125 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ Got any ideas or complaints, please see the Cacti forums or GitHub for a resolut
4444

4545
--- 2.1 ---
4646
* issue: Prepare for sunrise theme in 1.1.17
47+
* issue: Clean up the filter logic to preserve values
48+
* issue: Make the graph size auto-detect screen size
49+
* issue: Make reports sort properly
4750

4851
--- 2.0 ---
4952
* feature: Support for Cacti 1.0

arrays.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
$stat_report_array = array(
26-
0 => __('Statistics Reports', 'flowview'),
26+
0 => __('Select a Statistic Report', 'flowview'),
2727
99 => __('Summary', 'flowview'),
2828
5 => __('UDP/TCP Destination Port', 'flowview'),
2929
6 => __('UDP/TCP Source Port', 'flowview'),
@@ -46,7 +46,7 @@
4646
);
4747

4848
$print_report_array = array(
49-
0 => __('Print Reports', 'flowview'),
49+
0 => __('Select a Print Report', 'flowview'),
5050
1 => __('Flow Times', 'flowview'),
5151
4 => __('AS Numbers', 'flowview'),
5252
5 => __('132 Columns', 'flowview'),

0 commit comments

Comments
 (0)