luci-app-mwan3: remove unnecessary 'tracking active' hint 1715/head
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 3 Apr 2018 11:21:49 +0000 (13:21 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Tue, 3 Apr 2018 11:30:30 +0000 (13:30 +0200)
Remove the unnecessary 'tracking active' hint from the status interface
page.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm

index fcc1bcf..49d120c 100644 (file)
@@ -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':