prometheus/web/templates
Johannes 'fish' Ziemke 14407a076a Convert addresses pointing to localhost in status.
Until now, targets pointing to localhost in the status view are linked to localhost, so you can't follow those links by clicking on them.
This change converts the links to point to the hostname of the prometheus server.

Before:
<a href="http://localhost:9090/metrics.json">http://localhost:9090/metrics.json</a>

After:
<a href="http://hostname-of-prometheus-server:9090/metrics.json">http://localhost:9090/metrics.json</a>
2013-04-12 15:14:04 +02:00
..
_base.html Make Prometheus self-contained. 2013-04-09 12:15:05 +02:00
console.html Fix path to expression browser js. 2013-04-10 13:09:32 +02:00
graph.html Make Prometheus self-contained. 2013-04-09 12:15:05 +02:00
status.html Convert addresses pointing to localhost in status. 2013-04-12 15:14:04 +02:00