mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +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
|
|
@ -2184,6 +2184,8 @@ class UiSettingsView(GenericAPIView):
|
|||
|
||||
general_config = GeneralConfig()
|
||||
|
||||
ui_settings["version"] = version.__full_version_str__
|
||||
|
||||
ui_settings["app_title"] = settings.APP_TITLE
|
||||
if general_config.app_title is not None and len(general_config.app_title) > 0:
|
||||
ui_settings["app_title"] = general_config.app_title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue