mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
*/*: whitespace sweep
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<label>Smart Host</label>
|
||||
<type>text</type>
|
||||
<help>Set the IP address or FQDN where all outgoung mails are sent to.</help>
|
||||
</field>
|
||||
</field>
|
||||
<field>
|
||||
<id>general.smtpauth_enabled</id>
|
||||
<label>Enable SMTP Authentication</label>
|
||||
|
||||
@@ -93,9 +93,9 @@ relayhost = {{ OPNsense.postfix.general.relayhost }}
|
||||
{% endif %}
|
||||
|
||||
{% if helpers.exists('OPNsense.postfix.general.smtpauth_enabled') and OPNsense.postfix.general.smtpauth_enabled != '' %}
|
||||
smtp_sasl_auth_enable = yes
|
||||
smtp_sasl_password_maps = hash:/usr/local/etc/postfix/smtp_auth
|
||||
smtp_sasl_security_options =
|
||||
smtp_sasl_auth_enable = yes
|
||||
smtp_sasl_password_maps = hash:/usr/local/etc/postfix/smtp_auth
|
||||
smtp_sasl_security_options =
|
||||
{% endif %}
|
||||
|
||||
{% if helpers.exists('OPNsense.postfix.antispam.enable_rspamd') and OPNsense.postfix.antispam.enable_rspamd == '1' %}
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
<IPv4>IPv4</IPv4>
|
||||
<IPv6>IPv6</IPv6>
|
||||
</OptionValues>
|
||||
</version>
|
||||
</version>
|
||||
<seqnumber type="IntegerField">
|
||||
<default></default>
|
||||
<Required>Y</Required>
|
||||
|
||||
@@ -13,8 +13,8 @@ $( document ).ready(function() {
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
var grid = $("#grid-wol-settings").UIBootgrid(
|
||||
{ 'search':'/api/wol/wol/searchHost',
|
||||
'get':'/api/wol/wol/getHost/',
|
||||
@@ -76,7 +76,7 @@ $( document ).ready(function() {
|
||||
</div>
|
||||
|
||||
<div class="content-box" style="padding-bottom: 1.5em;">
|
||||
|
||||
|
||||
<table id="grid-wol-settings" class="table table-responsive" data-editDialog="frm_wol_settings">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user