From f7aab39167476fa12fd41c62f07f31752a5be870 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 14 Jul 2025 13:04:41 +0200 Subject: [PATCH] Optimized reload button --- roles/web-app-port-ui/templates/menu/header.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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