1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-09-20 19:55:37 +02:00
parent 8ae235cf3d
commit 698c94bf1d

View file

@ -446,6 +446,7 @@ local statuslogo = ucic:get("openmptcprouter","settings","statuslogo") or "openm
statusIcon = "<%=resource%>/openmptcprouter/images/statusWarning.png";
statusMessageClass = "warning";
statusMessage = "Some connectivity tests failed" + '<br />';
break;
default:
stat = 'Unknown';
cssc = 'rgb(144, 240, 144)';