summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material/luasrc
diff options
context:
space:
mode:
authorshunjou <shunjou@gmail.com>2018-12-04 14:21:32 -0500
committershunjou <shunjou@gmail.com>2018-12-05 09:29:29 -0500
commit8732a186cbaf23372549b993385d607329090b4a (patch)
treeabcd84647cec49c248f0659d895994bad0a6aa58 /themes/luci-theme-material/luasrc
parentdba2462fe19924b667b47e7e2ceca642baacfadb (diff)
luci-theme-material: make header logo link to main overview
Signed-off-by: Shun Jou <shunjou@gmail.com>
Diffstat (limited to 'themes/luci-theme-material/luasrc')
-rw-r--r--themes/luci-theme-material/luasrc/view/themes/material/header.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/luasrc/view/themes/material/header.htm b/themes/luci-theme-material/luasrc/view/themes/material/header.htm
index 052c174dc..f463ef5cb 100644
--- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm
+++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm
@@ -206,7 +206,7 @@
<div class="fill">
<div class="container">
<span class="showSide"></span>
- <img src="<%=media%>/brand.png"/>
+ <a id="logo" href="<%=url("admin/status/overview")%>"><img src="<%=media%>/brand.png" alt="OpenWrt"></a>
<a class="brand" href="#"><%=boardinfo.hostname or "?"%></a>
<div class="status">
<% render_changes() %>