diff --git a/roles/web-app-port-ui/templates/menu/header.yml.j2 b/roles/web-app-port-ui/templates/menu/header.yml.j2 index 53121b88..a684941a 100644 --- a/roles/web-app-port-ui/templates/menu/header.yml.j2 +++ b/roles/web-app-port-ui/templates/menu/header.yml.j2 @@ -15,4 +15,4 @@ description: Reload the application icon: class: fa-solid fa-rotate-right - url: "{{ domains | get_domain('web-app-port-ui') }}" \ No newline at end of file + url: "{{ web_protocol }}://{{ domains | get_domain('web-app-port-ui') }}" \ No newline at end of file