Your message dated Tue, 25 Aug 2015 06:37:56 +0300
with message-id <55dbe314.3000...@tincho.org>
and subject line Not an issue anymore
has caused the Debian Bug report #796220,
regarding prometheus: Left hand menu on the consoles is having broken link for 
overview target
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
796220: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796220
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Hi,

Thanks for the report!

Due to a different bug, I had to stop installing the sample templates by
default, and instead you are expected to copy them from the examples
directory and tailor them to your needs. I also stop renaming
index.html.examples, which was the original cause of this bug.

Therefore, this bug is not applicable anymore.

-- 
Martín Ferrari (Tincho)

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to