mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
web UI - Fix dumb mistake in /services page
This commit is contained in:
parent
7e3683ef46
commit
86008e61f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue