luci-theme-bootstrap: update href for Bootstrap "brand"
In the Material theme, clicking on the logo takes you to the status page. This seems logical, and is very helpful. But in Bootstrap, it doesn't do anything, so just pulling the same href from Material to Bootstrap, so the link works in Bootstrap as well. Signed-off-by: Russell Morris <rmorris@rkmorris.us> [adjust commit subject, squash commits] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
5f54ad1b9c
commit
27fc7a8b4e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
<header>
|
<header>
|
||||||
<div class="fill">
|
<div class="fill">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="#"><%=boardinfo.hostname or "?"%></a>
|
<a class="brand" href="/"><%=boardinfo.hostname or "?"%></a>
|
||||||
<ul class="nav" id="topmenu" style="display:none"></ul>
|
<ul class="nav" id="topmenu" style="display:none"></ul>
|
||||||
<div id="indicators" class="pull-right"></div>
|
<div id="indicators" class="pull-right"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue