summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material/luasrc
diff options
context:
space:
mode:
Diffstat (limited to 'themes/luci-theme-material/luasrc')
-rw-r--r--themes/luci-theme-material/luasrc/view/themes/material/header.htm21
1 files changed, 0 insertions, 21 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 9521314e1..7ce195cc9 100644
--- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm
+++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm
@@ -155,26 +155,6 @@
write('</ul>')
end
end
-
- local function render_changes()
- -- calculate the number of unsaved changes
- if tree.nodes[category] and tree.nodes[category].ucidata then
- local ucichanges = 0
- local i, j
- for i, j in pairs(require("luci.model.uci").cursor():changes()) do
- ucichanges = ucichanges + #j
- end
-
- if ucichanges > 0 then
- write('<a class="uci_change_indicator label notice" href="%s?redir=%s">%s: %d</a>' %{
- url(category, 'uci/changes'),
- http.urlencode(http.formvalue('redir') or table.concat(disp.context.request, "/")),
- translate('Unsaved Changes'),
- ucichanges
- })
- end
- end
- end
-%>
<!DOCTYPE html>
<html lang="<%=luci.i18n.context.lang%>">
@@ -209,7 +189,6 @@
<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() %>
<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>
<span class="label" id="xhr_poll_status_off" style="display:none"><span class="mobile-hide"><%:Auto Refresh%></span> <%:off%></span>