luci-app-mwan3: remove notMonitored status information
This case is not supported by mwan3 anymore Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
84b3ba46f8
commit
a279c9abb3
1 changed files with 0 additions and 3 deletions
|
@ -20,9 +20,6 @@ XHR.poll(5, '<%=luci.dispatcher.build_url("admin", "status", "mwan", "interface_
|
|||
case 'online':
|
||||
state = '<%:Online (tracking active)%>';
|
||||
break;
|
||||
case 'notMonitored':
|
||||
state = '<%:Online (tracking off)%>';
|
||||
break;
|
||||
case 'offline':
|
||||
state = '<%:Offline%>';
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue