Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-06-26 17:01:15 +02:00
parent bf65ca4c70
commit 4e210b8299
2 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ export class ScheduleList extends Table<Schedule> {
@property()
relObjId?: string;
@property()
@property({ type: Boolean })
showOnlyStandalone: boolean = true;
static get styles(): CSSResult[] {
@ -95,7 +95,7 @@ export class ScheduleList extends Table<Schedule> {
/>
<span class="pf-c-switch__toggle">
<span class="pf-c-switch__toggle-icon">
<i class="fas fa-check" aria - hidden="true"> </i>
<i class="fas fa-check" aria-hidden="true"> </i>
</span>
</span>
<span class="pf-c-switch__label">

View File

@ -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 {
@ -118,7 +118,7 @@ export class TaskList extends Table<Task> {
/>
<span class="pf-c-switch__toggle">
<span class="pf-c-switch__toggle-icon">
<i class="fas fa-check" aria - hidden="true"> </i>
<i class="fas fa-check" aria-hidden="true"> </i>
</span>
</span>
<span class="pf-c-switch__label">
@ -135,7 +135,7 @@ export class TaskList extends Table<Task> {
/>
<span class="pf-c-switch__toggle">
<span class="pf-c-switch__toggle-icon">
<i class="fas fa-check" aria - hidden="true"> </i>
<i class="fas fa-check" aria-hidden="true"> </i>
</span>
</span>
<span class="pf-c-switch__label">