diff options
Diffstat (limited to 'themes/luci-theme-material/luasrc/view')
-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 564c680f1d..1f1df9c9ad 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> |