mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +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 />'
|
statusMessage += _('IPv6 route received') + '<br />'
|
||||||
}
|
}
|
||||||
|
if (statusMessage !== "" && statusMessageClass !== "error")
|
||||||
|
{
|
||||||
|
statusMessageClass = "warning";
|
||||||
|
statusIcon = "<%=resource%>/openmptcprouter/images/statusWarning.png";
|
||||||
|
}
|
||||||
content += String.format('multipath: %s<br />',multipath);
|
content += String.format('multipath: %s<br />',multipath);
|
||||||
if(mArray.wans[i].qos && mArray.wans[i].download > 0 && mArray.wans[i].upload > 0)
|
if(mArray.wans[i].qos && mArray.wans[i].download > 0 && mArray.wans[i].upload > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue