luci-app-mwan3: remove unnecessary 'tracking active' hint

Remove the unnecessary 'tracking active' hint from the status interface
page.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2018-04-03 13:21:49 +02:00
parent cd1a979593
commit dd637e4f46

View 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':