Renamed config env to TABLE_PARTS_DEFAULT_COLUMNS and updated documentation

This commit is contained in:
Jan Böhmer 2023-10-08 21:28:37 +02:00
parent 1369091b90
commit 79262972aa
7 changed files with 14 additions and 9 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