mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Better message when server not accessible
This commit is contained in:
parent
b2343ec464
commit
6b2eef9637
1 changed files with 4 additions and 0 deletions
|
@ -196,6 +196,10 @@
|
|||
{
|
||||
statusMessage += 'No VPS IP address, No WAN IP address<br/>';
|
||||
}
|
||||
if (mArray.openmptcprouter.wan_addr !== "" && mArray.openmptcprouter.vps_status == "DOWN")
|
||||
{
|
||||
statusMessage += 'Can\'t access and use OpenMPTCProuter server<br/>';
|
||||
}
|
||||
if (statusMessage !== "")
|
||||
{
|
||||
statusMessageClass = "error";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue