Merge branch 'part-table-columns-config'

This commit is contained in:
Jan Böhmer 2023-10-08 21:50:43 +02:00
commit 3c5a96ba5c
7 changed files with 227 additions and 102 deletions

3
.env
View file

@ -93,6 +93,9 @@ ERROR_PAGE_SHOW_HELP=1
# The default page size for the part table (set to -1 to show all parts on one page)
TABLE_DEFAULT_PAGE_SIZE=50
# Configure which columns will be visible by default in the parts table (and in which order).
# This is a comma separated list of column names. See documentation for available values.
TABLE_PARTS_DEFAULT_COLUMNS=name,description,category,footprint,manufacturer,storage_location,amount
##################################################################################
# Info provider settings