diff --git a/CHANGES b/CHANGES index 93d9820..ca79249 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,9 @@ page when the database has more than one interface - Add option for selecting which image output is used on the index page when the database has more than one interface + - Add options for selecting which interfaces are shown or hidden from the + index page without disabling access to all interface specific page when + the database has more than one interface - Harmonize layout style between pages diff --git a/examples/vnstat.cgi b/examples/vnstat.cgi index 629acf8..3826c78 100755 --- a/examples/vnstat.cgi +++ b/examples/vnstat.cgi @@ -45,10 +45,16 @@ my $darkmode = '0'; # page auto refresh interval in seconds, set 0 to disable my $pagerefresh = '0'; +# interfaces to be shown on the index page when more than one interface exists, regular expression, leave empty to disable filter +my $indexshowninterfaces = ''; + +# interfaces to be hidden from the index page when more than one interface exists, regular expression, leave empty to disable filter +my $indexhiddeninterfaces = ''; + # number of images to show per row on the index page when more than one interface exists, set '0' for auto fit my $indeximagesperrow = '1'; -# image output to use on index page when more than one interface exists +# image output to use on the index page when more than one interface exists my $indeximageoutput = 'hs'; # cgi script file name for httpd @@ -158,10 +164,18 @@ $cssbody HEADER print "
\n