mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Refactor service conversion message to include the converted service type
This commit is contained in:
parent
3a6caf1644
commit
e4c17ec988
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def services_convert():
|
|||
DATA["TO_FLASH"].append({"content": ret, "type": "error"})
|
||||
DATA.update({"RELOADING": False, "CONFIG_CHANGED": False})
|
||||
return
|
||||
DATA["TO_FLASH"].append({"content": f"Converted services: {', '.join(services_to_convert)}", "type": "success"})
|
||||
DATA["TO_FLASH"].append({"content": f"Converted to \"{convert_to.title()}\" services: {', '.join(services_to_convert)}", "type": "success"})
|
||||
DATA["RELOADING"] = False
|
||||
|
||||
DATA.update({"RELOADING": True, "LAST_RELOAD": time(), "CONFIG_CHANGED": True})
|
||||
|
|
|
|||
Loading…
Reference in a new issue