1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00

Display as error what should be an error

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-05-14 21:11:13 +02:00
parent 483e96728b
commit 6d3927ec77

View file

@ -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)
{