net/wol: fix link

PR: https://github.com/opnsense/core/issues/3862
This commit is contained in:
Franco Fichtner
2019-12-30 10:12:35 +01:00
parent 60b2a8512b
commit 0588678f43
@@ -71,7 +71,7 @@ $( document ).ready(function() {
});
function msg_not_successful(wolent) {
return '{{ lang._('Please check the %ssystem log%s, the wol command for %s (%s) did not complete successfully.') | format( '<a href="/diag_logs.php">', '</a>', '%s', '%s') }}'
return '{{ lang._('Please check the %ssystem log%s, the wol command for %s (%s) did not complete successfully.') | format( '<a href="/ui/diagnostics/log/core/system">', '</a>', '%s', '%s') }}'
.replace('%s', wolent['descr']).replace('%s',$('<pre>').text(wolent['mac']).html());
}
function msg_successful(wolent) {