make web
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
@ -39,7 +39,7 @@ export class ScheduleList extends Table<Schedule> {
|
||||
@property()
|
||||
relObjId?: string;
|
||||
|
||||
@property()
|
||||
@property({ type: Boolean })
|
||||
showOnlyStandalone: boolean = true;
|
||||
|
||||
static get styles(): CSSResult[] {
|
||||
|
@ -38,10 +38,10 @@ export class TaskList extends Table<Task> {
|
||||
@property()
|
||||
relObjId?: string;
|
||||
|
||||
@property()
|
||||
@property({ type: Boolean })
|
||||
showOnlyStandalone: boolean = true;
|
||||
|
||||
@property()
|
||||
@property({ type: Boolean })
|
||||
excludeSuccessful: boolean = true;
|
||||
|
||||
searchEnabled(): boolean {
|
||||
|
Reference in New Issue
Block a user