mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 06:19:36 +00:00
feat(parts table): add eda reference prefix and value columns (#1266)
* feat(parts table): add eda reference prefix and value columns * Use better labels for column names and made it visible as default column selection --------- Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
This commit is contained in:
parent
b7cc14fa14
commit
e5dcfad3ff
3 changed files with 26 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ enum PartTableColumns : string implements TranslatableInterface
|
|||
case TAGS = "tags";
|
||||
case ATTACHMENTS = "attachments";
|
||||
|
||||
case EDA_REFERENCE = "eda_reference";
|
||||
|
||||
case EDA_VALUE = "eda_value";
|
||||
|
||||
case EDA_STATUS = "eda_status";
|
||||
|
||||
case EDIT = "edit";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue