Package: prometheus Version: 0.14.0+ds-1 Severity: normal Tags: patch Dear Maintainer,
It's a small thing but may be a bit annoying for the user therefore a simple patch has been attached. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing'), (100, 'unstable'), (10, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.1.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
>From fc4c8c45deb15e73cb491104c2e4f7124c51415c Mon Sep 17 00:00:00 2001 From: Marcin Kulisz <mar...@bashton.com> Date: Thu, 20 Aug 2015 13:08:49 +0200 Subject: [PATCH] Fixing broken link for overview in the left menu --- console_libraries/menu.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console_libraries/menu.lib b/console_libraries/menu.lib index 3619d3c..4e79c29 100644 --- a/console_libraries/menu.lib +++ b/console_libraries/menu.lib @@ -29,7 +29,7 @@ {{ define "menu" }} <div class="prom_lhs_menu"> <ul> -{{ template "_menuItem" (args . "index.html.example" "Overview") }} +{{ template "_menuItem" (args . "index.html" "Overview") }} {{ if query "up{job='haproxy'}" }} {{ template "_menuItem" (args . "haproxy.html" "HAProxy") }} -- 2.5.0