Commit 3da90e09 by Torkel Ödegaard

Fixed logout link

parent 465c72d9
......@@ -27,7 +27,7 @@
<span class="gravatar-email small">{{grafana.user.login}}</span>
</a>
<ul class="dropdown-menu">
<li><a href="{{appSubUrl}}/login?logout">Logout</a></li>
<li><a href="{{appSubUrl}}/logout">Logout</a></li>
</ul>
</li>
</ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment