Client: Added some missing columns in table

Also configured the default columns to show
This commit is contained in:
Donkie
2023-07-14 12:05:05 +02:00
parent 14e758ea23
commit bfb63cbfdc
5 changed files with 65 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ export interface ISpool {
filament: IFilament;
remaining_weight?: number;
used_weight: number;
remaining_length?: number;
used_length: number;
location?: string;
lot_nr?: string;
comment?: string;