mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 16:46:50 +01:00
QoL: log version at startup, show backend vs frontend mismatch in system status (#10214)
This commit is contained in:
parent
83391af866
commit
52b95f2b62
12 changed files with 85 additions and 5 deletions
|
|
@ -20,6 +20,7 @@ export enum GlobalSearchType {
|
|||
export const PAPERLESS_GREEN_HEX = '#17541f'
|
||||
|
||||
export const SETTINGS_KEYS = {
|
||||
VERSION: 'version',
|
||||
LANGUAGE: 'language',
|
||||
APP_LOGO: 'app_logo',
|
||||
APP_TITLE: 'app_title',
|
||||
|
|
@ -76,6 +77,11 @@ export const SETTINGS_KEYS = {
|
|||
}
|
||||
|
||||
export const SETTINGS: UiSetting[] = [
|
||||
{
|
||||
key: SETTINGS_KEYS.VERSION,
|
||||
type: 'string',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
key: SETTINGS_KEYS.LANGUAGE,
|
||||
type: 'string',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue