diff options
author | Florian Eckert <fe@dev.tdt.de> | 2018-09-26 10:42:09 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2018-09-26 15:31:34 +0200 |
commit | fa0658da5ed1494732f9162d3346b381e13fbf64 (patch) | |
tree | 28fe42505004d49805c6176cadccbe6dc8897f24 /themes/luci-theme-material/luasrc | |
parent | 6f33e73e2994e7e22866c8483b88603202a7a692 (diff) |
luci-theme-material: add logo brand
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Konrad Kreitmair <kreitmair.konrad@web.de>
Diffstat (limited to 'themes/luci-theme-material/luasrc')
-rw-r--r-- | themes/luci-theme-material/luasrc/view/themes/material/header.htm | 3 |
1 files changed, 2 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 564c680f1..1f1df9c9a 100644 --- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm +++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm @@ -215,8 +215,9 @@ <div class="fill"> <div class="container"> <span class="showSide"></span> + <img src="<%=media%>/brand.png"/> <a class="brand" href="#"><%=boardinfo.hostname or "?"%></a> - <div class="pull-right"> + <div class="status"> <% render_changes() %> <span id="xhr_poll_status" style="display:none" onclick="XHR.running() ? XHR.halt() : XHR.run()"> <span class="label success" id="xhr_poll_status_on"><span class="mobile-hide"><%:Auto Refresh%></span> <%:on%></span> |