Skip to content

Commit

Permalink
Add missing break in switch wan state in Status page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Sep 20, 2024
1 parent 8ae235c commit 698c94b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@
statusIcon = "<%=resource%>/openmptcprouter/images/statusWarning.png";
statusMessageClass = "warning";
statusMessage = "Some connectivity tests failed" + '<br />';
break;
default:
stat = 'Unknown';
cssc = 'rgb(144, 240, 144)';
Expand Down

0 comments on commit 698c94b

Please sign in to comment.