mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Display as error what should be an error
This commit is contained in:
parent
483e96728b
commit
6d3927ec77
1 changed files with 5 additions and 0 deletions
|
@ -511,6 +511,11 @@
|
|||
{
|
||||
statusMessage += _('IPv6 route received') + '<br />'
|
||||
}
|
||||
if (statusMessage !== "" && statusMessageClass !== "error")
|
||||
{
|
||||
statusMessageClass = "warning";
|
||||
statusIcon = "<%=resource%>/openmptcprouter/images/statusWarning.png";
|
||||
}
|
||||
content += String.format('multipath: %s<br />',multipath);
|
||||
if(mArray.wans[i].qos && mArray.wans[i].download > 0 && mArray.wans[i].upload > 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue