Added new env option to show all parts on a page by default

Related to discussion #312
This commit is contained in:
Jan Böhmer 2023-07-08 19:32:50 +02:00
parent 91e9c6e048
commit f8e299ec56
6 changed files with 24 additions and 5 deletions

7
.env
View file

@ -84,6 +84,13 @@ ERROR_PAGE_ADMIN_EMAIL=''
# If this is set to true, solutions to common problems are shown on error pages. Disable this, if you do not want your users to see them...
ERROR_PAGE_SHOW_HELP=1
##################################################################################
# Part table settings
##################################################################################
# The default page size for the part table (set to -1 to show all parts on one page)
TABLE_DEFAULT_PAGE_SIZE=50
###################################################################################
# SAML Single sign on-settings
###################################################################################