From cd1a979593ab90753cda98ac5fa69e23037758d7 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 3 Apr 2018 13:16:44 +0200 Subject: luci-app-mwan3: remove diag-rc-legend field id On the material theme the "Collecting data" hint in the status pages was still present on the page even though the command was sucessfull executed. Remove the legend tag and move the info "Collecting data" to the "diag-rc-output" tag will solve this issue. Signed-off-by: Florian Eckert --- .../luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm') diff --git a/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm b/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm index 4ec0edf049..fcc1bcf69c 100644 --- a/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm +++ b/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm @@ -69,6 +69,7 @@ XHR.poll(5, '<%=luci.dispatcher.build_url("admin", "status", "mwan", "interface_
<%:MWAN Interfaces%>
- <%:Loading%><%:Collecting data...%> + <%:Loading%> + <%:Collecting data...%>
-- cgit v1.2.3 From dd637e4f46713f4e09e026d7f76bbd8e2614e4a0 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 3 Apr 2018 13:21:49 +0200 Subject: luci-app-mwan3: remove unnecessary 'tracking active' hint Remove the unnecessary 'tracking active' hint from the status interface page. Signed-off-by: Florian Eckert --- .../luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm') diff --git a/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm b/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm index fcc1bcf69c..49d120c1ae 100644 --- a/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm +++ b/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm @@ -19,7 +19,7 @@ XHR.poll(5, '<%=luci.dispatcher.build_url("admin", "status", "mwan", "interface_ switch (status.interfaces[iface].status) { case 'online': - state = '<%:Online (tracking active)%>'; + state = '<%:Online%>'; css = 'success'; break; case 'offline': -- cgit v1.2.3