mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net: whitespace sweep
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user