mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-15 22:20:31 -04:00
add error string
This commit is contained in:
parent
c6f23bd523
commit
a988a8d3fd
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
"<td>"+value+"</td></tr>");
|
||||
});
|
||||
} else {
|
||||
$("#infolist").html("<tr><td><br/><b>Error:</b> Unable to fetch statistics. Is HAProxy running?</td></tr>");
|
||||
$("#infolist").html("<tr><td><br/>{{ lang._('%sError:%s Unable to fetch statistics. Is HAProxy running?') | format('<b>','</b>') }}</td></tr>");
|
||||
}
|
||||
$('#processing-dialog').modal('hide');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue