From: Eric Bollengier Date: Tue, 4 Nov 2008 13:33:46 +0000 (+0000) Subject: ebl Display all groups in display_stat page X-Git-Tag: Release-3.0.0~647 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=faef4564669e2e359a8c274126d864789bf934b8;p=bacula%2Fbacula ebl Display all groups in display_stat page git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7972 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/lang/en/tpl/display_stats.tpl b/gui/bweb/lang/en/tpl/display_stats.tpl index 82f31e19a2..adf899a8ad 100644 --- a/gui/bweb/lang/en/tpl/display_stats.tpl +++ b/gui/bweb/lang/en/tpl/display_stats.tpl @@ -48,7 +48,7 @@ nrsTable.setup( header_color: header_color, page_nav: true, // disable_sorting: new Array(1), - rows_per_page: rows_per_page + rows_per_page: 100 } ); diff --git a/gui/bweb/lang/es/tpl/display_stats.tpl b/gui/bweb/lang/es/tpl/display_stats.tpl index bfdd49f7bc..a15aecc05d 100644 --- a/gui/bweb/lang/es/tpl/display_stats.tpl +++ b/gui/bweb/lang/es/tpl/display_stats.tpl @@ -48,7 +48,7 @@ nrsTable.setup( header_color: header_color, page_nav: true, // disable_sorting: new Array(1), - rows_per_page: rows_per_page + rows_per_page: 100 } ); diff --git a/gui/bweb/lang/fr/tpl/display_stats.tpl b/gui/bweb/lang/fr/tpl/display_stats.tpl index d6f65daa35..185838eb75 100644 --- a/gui/bweb/lang/fr/tpl/display_stats.tpl +++ b/gui/bweb/lang/fr/tpl/display_stats.tpl @@ -48,7 +48,7 @@ nrsTable.setup( header_color: header_color, page_nav: true, // disable_sorting: new Array(1), - rows_per_page: rows_per_page + rows_per_page: 100 } ); diff --git a/gui/bweb/technotes-2.3 b/gui/bweb/technotes-2.3 index 0257192605..c25b19d9cf 100644 --- a/gui/bweb/technotes-2.3 +++ b/gui/bweb/technotes-2.3 @@ -1,6 +1,5 @@ -29Oct08 -ebl Add support for volume that contains - and . - in autochanger +04Nov08 +ebl Display all groups in display_stat page 21Oct08 ebl Fix lot of small bugs diff --git a/gui/bweb/tpl/display_stats.tpl b/gui/bweb/tpl/display_stats.tpl index 59abc81493..cef66e9e4f 100644 --- a/gui/bweb/tpl/display_stats.tpl +++ b/gui/bweb/tpl/display_stats.tpl @@ -48,7 +48,7 @@ nrsTable.setup( header_color: header_color, page_nav: true, // disable_sorting: new Array(1), - rows_per_page: rows_per_page + rows_per_page: 100 } );