mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-08-04 07:31:40 +00:00
add tags column
This commit is contained in:
parent
91f31da93a
commit
24146763a9
1 changed files with 3 additions and 0 deletions
|
|
@ -207,6 +207,9 @@ final readonly class ProjectBomEntriesDataTable implements DataTableTypeInterfac
|
|||
return $this->translator->trans($status->toTranslationKey());
|
||||
},
|
||||
])
|
||||
->add('tags', TagsColumn::class, [
|
||||
'label' => $this->translator->trans('part.table.tags'),
|
||||
])
|
||||
|
||||
->add('mountnames', HTMLColumn::class, [
|
||||
'label' => 'project.bom.mountnames',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue