mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/wol: whitespace sweep
This commit is contained in:
@@ -4,9 +4,9 @@ function show_wake_result(data) {
|
||||
BootstrapDialog.show({
|
||||
type: data.status == 'OK' ? BootstrapDialog.TYPE_SUCCESS : BootstrapDialog.TYPE_DANGER,
|
||||
title: "{{ lang._("Result") }}",
|
||||
message: (data.status == 'OK' ?
|
||||
message: (data.status == 'OK' ?
|
||||
'{{ lang._('Magic packet was sent successfully.') }}' :
|
||||
'{{ lang._('The packet was not sent due to an error. Please consult the logs.') }}<br />' +
|
||||
'{{ lang._('The packet was not sent due to an error. Please consult the logs.') }}<br />' +
|
||||
$('<pre>').text(data.error_msg).html()
|
||||
),
|
||||
buttons: [{
|
||||
|
||||
Reference in New Issue
Block a user