mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user