net/wol: whitespace sweep

This commit is contained in:
Franco Fichtner
2018-04-03 08:57:18 +02:00
parent 09d252bf89
commit 89e9a9c6fc
@@ -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: [{