net: whitespace sweep

This commit is contained in:
Franco Fichtner
2018-03-23 09:46:34 +01:00
parent 1126957fb8
commit b36721d8b7
2 changed files with 4 additions and 4 deletions
@@ -90,7 +90,7 @@ router bgp {{ OPNsense.quagga.bgp.asnumber }}
no neighbor {{ neighbor.address }} activate
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
exit-address-family
!
address-family ipv6 unicast
@@ -66,13 +66,13 @@ $( document ).ready(function() {
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()
)
});
}, true);
});
});