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[] {
|
||||
@ -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">
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user