themes/freifunk-generic: Add changes from r7585
This commit is contained in:
parent
0620210de4
commit
17f5feace1
1 changed files with 5 additions and 0 deletions
|
@ -118,6 +118,11 @@ require("luci.http").prepare_content("application/xhtml+xml")
|
||||||
<%=luci.version.distversion%><br />
|
<%=luci.version.distversion%><br />
|
||||||
<%:Load%>: <%="%.2f" % load1%> <%="%.2f" % load5%> <%="%.2f" % load15%><br />
|
<%:Load%>: <%="%.2f" % load1%> <%="%.2f" % load5%> <%="%.2f" % load15%><br />
|
||||||
<%:Hostname%>: <%=hostname%><br />
|
<%:Hostname%>: <%=hostname%><br />
|
||||||
|
<span id="xhr_poll_status" style="display:none" onclick="XHR.running() ? XHR.halt() : XHR.run()">
|
||||||
|
| <%:Auto Refresh%>:
|
||||||
|
<span id="xhr_poll_status_on"><%:on%></span>
|
||||||
|
<span id="xhr_poll_status_off" style="display:none"><%:off%></span>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<%end%>
|
<%end%>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue