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:
parent
cd1a979593
commit
dd637e4f46
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue