luci-app-mwan3: remove notMonitored status information
[project/luci.git] / applications / luci-app-mwan3 / luasrc / view / mwan / overview_status_interface.htm
index 86b5ac6..c941ad2 100644 (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;