mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] display domain_path of app on app list
This commit is contained in:
parent
28b9b672b3
commit
9eb6fa1961
1 changed files with 3 additions and 0 deletions
|
@ -163,6 +163,9 @@ def app_info(app, full=False):
|
|||
'version': local_manifest.get('version', '-'),
|
||||
}
|
||||
|
||||
if "domain" in settings and "path" in settings:
|
||||
ret["domain_path"] = settings["domain"] + settings["path"]
|
||||
|
||||
if not full:
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue