diff --git a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod index 966f8b68..b9578d99 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod @@ -312,27 +312,20 @@ Set to "C" if you MUST maintain backwards compatibility with the Netdisco Value: Number. Default: 10. -The number of rows in a table page. +The default number of rows in a table page. =head3 C Value: Number. Default: - - - 10 - - 25 - - 50 - - 100 - - '-1' - - - 10 - - 25 - - 50 - - 100 - - 'All' + table_showrecordsmenu: + - [10, 25, 50, 100, '-1'] + - [10, 25, 50, 100, 'All'] The choices available to users for selecting the number of rows per page. The format is two lists: one of the values and one of the labels in the web interface. You can see in the default that a value of "C<-1>" means Show All -Records. Take care of the YAML formatting and indenting for the double list. +Records. =head2 Netdisco Core diff --git a/Netdisco/share/config.yml b/Netdisco/share/config.yml index 94d71dec..019caae8 100644 --- a/Netdisco/share/config.yml +++ b/Netdisco/share/config.yml @@ -83,16 +83,8 @@ safe_password_store: true reports: [] table_pagesize: 10 table_showrecordsmenu: - - - 10 - - 25 - - 50 - - 100 - - '-1' - - - 10 - - 25 - - 50 - - 100 - - 'All' + - [10, 25, 50, 100, '-1'] + - [10, 25, 50, 100, 'All'] # ------------- # NETDISCO CORE