mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 02:27:06 +01:00
Change: tweaks to system status (#6008)
This commit is contained in:
parent
fc74da9b82
commit
55a40708a6
6 changed files with 114 additions and 17 deletions
|
|
@ -6,6 +6,7 @@ export enum InstallType {
|
|||
export enum SystemStatusItemStatus {
|
||||
OK = 'OK',
|
||||
ERROR = 'ERROR',
|
||||
WARNING = 'WARNING',
|
||||
}
|
||||
|
||||
export interface SystemStatus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue