diff options
author | Florian Eckert <fe@dev.tdt.de> | 2018-03-08 09:43:18 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2018-03-23 10:30:12 +0100 |
commit | a279c9abb3e39f0dd9fa4ce2a507a49f3695a13c (patch) | |
tree | 4170fc8024ebc542363d6e446e07ea95f1a95732 | |
parent | 84b3ba46f8779f39f69b2646b5f071183a21020c (diff) |
luci-app-mwan3: remove notMonitored status information
This case is not supported by mwan3 anymore
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm b/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm index 86b5ac696..c941ad2b4 100644 --- a/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm +++ b/applications/luci-app-mwan3/luasrc/view/mwan/overview_status_interface.htm @@ -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; |