mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add missing break in switch wan state in Status page
This commit is contained in:
parent
8ae235cf3d
commit
698c94bf1d
1 changed files with 1 additions and 0 deletions
|
@ -446,6 +446,7 @@ local statuslogo = ucic:get("openmptcprouter","settings","statuslogo") or "openm
|
||||||
statusIcon = "<%=resource%>/openmptcprouter/images/statusWarning.png";
|
statusIcon = "<%=resource%>/openmptcprouter/images/statusWarning.png";
|
||||||
statusMessageClass = "warning";
|
statusMessageClass = "warning";
|
||||||
statusMessage = "Some connectivity tests failed" + '<br />';
|
statusMessage = "Some connectivity tests failed" + '<br />';
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
stat = 'Unknown';
|
stat = 'Unknown';
|
||||||
cssc = 'rgb(144, 240, 144)';
|
cssc = 'rgb(144, 240, 144)';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue