Skip to content

Commit

Permalink
luci-app-mwan3: update look and feel interface status page
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
  • Loading branch information
feckert committed Feb 5, 2018
1 parent 83cec92 commit 4b0347d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions applications/luci-app-mwan3/luasrc/view/mwan/status_interface.htm
Expand Up @@ -18,7 +18,9 @@
XHR.poll(5, '<%=luci.dispatcher.build_url("admin", "status", "mwan", "interface_status")%>', null,
function(x, status)
{
var statusDiv = document.getElementById('mwan_status_text');
var legend = document.getElementById('diag-rc-legend');
var statusDiv = document.getElementById('diag-rc-output');
legend.style.display = 'none';
if (status.interfaces)
{
var statusview = '';
Expand Down Expand Up @@ -62,10 +64,13 @@
);
//]]></script>

<div id="mwan_interface_status">
<fieldset id="interface_field" class="cbi-section">
<legend><%:MWAN status - Interface Live Status%></legend>
<div id="mwan_status_text"><img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align:middle" /><%:Collecting data...%></div>
<div class="cbi-map">
<h2 name="content"><%:MWAN Status - Interface%></h2>
<fieldset class="cbi-section">
<legend id="diag-rc-legend"><%:Collecting data...%></legend>
<span id="diag-rc-output">
<img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align: middle;" />
</span>
</fieldset>
</div>

Expand Down

0 comments on commit 4b0347d

Please sign in to comment.