From 3f1eb805771dbd0f60d3f9c8738b8910929c458f Mon Sep 17 00:00:00 2001 From: qveensi Date: Mon, 3 Aug 2026 13:08:02 +0300 Subject: [PATCH] fix(web): drop trailing slash from the navbar Dashboard link The router registers /web/clusters without a trailing slash and does not redirect, so the Dashboard entry in the Clusters navbar dropdown returns HTTP 404. Every other link in the dropdown already omits the slash. --- resources/templates/layout.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/layout.tmpl b/resources/templates/layout.tmpl index 7775c307..007cf47e 100644 --- a/resources/templates/layout.tmpl +++ b/resources/templates/layout.tmpl @@ -65,7 +65,7 @@ Clusters