mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
Missed this one
This commit is contained in:
parent
acbb18034a
commit
032229869a
@ -164,7 +164,10 @@ export class SettingsComponent
|
|||||||
this.systemStatus.tasks.redis_status === SystemStatusItemStatus.ERROR ||
|
this.systemStatus.tasks.redis_status === SystemStatusItemStatus.ERROR ||
|
||||||
this.systemStatus.tasks.celery_status === SystemStatusItemStatus.ERROR ||
|
this.systemStatus.tasks.celery_status === SystemStatusItemStatus.ERROR ||
|
||||||
this.systemStatus.tasks.index_status === SystemStatusItemStatus.ERROR ||
|
this.systemStatus.tasks.index_status === SystemStatusItemStatus.ERROR ||
|
||||||
this.systemStatus.tasks.classifier_status === SystemStatusItemStatus.ERROR
|
this.systemStatus.tasks.classifier_status ===
|
||||||
|
SystemStatusItemStatus.ERROR ||
|
||||||
|
this.systemStatus.tasks.sanity_check_status ===
|
||||||
|
SystemStatusItemStatus.ERROR
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user