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:
Florian Eckert 2018-03-08 09:43:18 +01:00
parent 84b3ba46f8
commit a279c9abb3

View file

@ -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;