From: Florian Eckert <fe@dev.tdt.de>
Date: Thu, 8 Mar 2018 08:43:18 +0000 (+0100)
Subject: luci-app-mwan3: remove notMonitored status information
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a279c9abb3e39f0dd9fa4ce2a507a49f3695a13c;p=oweals%2Fluci.git

luci-app-mwan3: remove notMonitored status information

This case is not supported by mwan3 anymore

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
---

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;