mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 14:59:36 +00:00
Moved part table default column definiton to settings UI
This commit is contained in:
parent
a45bf22ac5
commit
0dbf417866
10 changed files with 176 additions and 16 deletions
|
|
@ -34,4 +34,7 @@ class BehaviorSettings
|
|||
|
||||
#[EmbeddedSettings]
|
||||
public ?SidebarSettings $sidebar = null;
|
||||
|
||||
#[EmbeddedSettings]
|
||||
public ?TableSettings $table = null;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue