Merge pull request #817 from prometheus/fix-consoles-link-to-prometheus-root

Fix consoles "Prometheus" link to point to /
This commit is contained in:
Julius Volz 2015-06-18 19:27:16 +02:00
commit 3ef44a9c9e

View file

@ -12,7 +12,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{ pathPrefix }}">Prometheus</a>
<a class="navbar-brand" href="{{ pathPrefix }}/">Prometheus</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">