web UI - Fix dumb mistake in /services page

This commit is contained in:
Théophile Diot 2024-03-07 18:22:05 +00:00
parent 7e3683ef46
commit 86008e61f8
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -855,7 +855,7 @@ def services():
# Display services
services = []
global_config = app.config["CONFIG"].get_config()
global_config = app.config["CONFIG"].get_config(with_drafts=True)
service_names = global_config["SERVER_NAME"]["value"].split(" ")
for service in service_names:
service_settings = []