mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
*: whitespace sweep
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<field1>cert</field1>
|
||||
</addFields>
|
||||
</check001>
|
||||
</Constraints>
|
||||
</Constraints>
|
||||
</httpsport>
|
||||
<cert type="CertificateField">
|
||||
<Type>cert</Type>
|
||||
@@ -34,7 +34,7 @@
|
||||
<check001>
|
||||
<reference>httpsport.check001</reference>
|
||||
</check001>
|
||||
</Constraints>
|
||||
</Constraints>
|
||||
</cert>
|
||||
<dnsmode type="OptionField">
|
||||
<Required>N</Required>
|
||||
|
||||
@@ -70,4 +70,4 @@ if (isset($configObj->OPNsense->ntopng)) {
|
||||
|
||||
file_put_contents($cert_pem_filename, $cert_pem_content);
|
||||
chmod($cert_pem_filename, 0644);
|
||||
echo "Certificates generated $cert_pem_filename\n";
|
||||
echo "Certificates generated $cert_pem_filename\n";
|
||||
|
||||
@@ -8,4 +8,4 @@ mkdir -p /var/tmp/ntopng/
|
||||
chmod 755 /var/tmp/ntopng
|
||||
chown ntopng:wheel /var/tmp/ntopng
|
||||
|
||||
/usr/local/opnsense/scripts/OPNsense/Ntopng/generate_certs.php
|
||||
/usr/local/opnsense/scripts/OPNsense/Ntopng/generate_certs.php
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
{{ ipacl_data.default_action }} all;
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -87,4 +87,3 @@
|
||||
|
||||
}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -47,4 +47,4 @@ export default Backbone.View.extend({
|
||||
e.preventDefault();
|
||||
this.collection.add(this.createModel());
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -12,4 +12,4 @@ export default Backbone.Collection.extend({
|
||||
}
|
||||
this.reset(data);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export default Backbone.Model.extend({
|
||||
// standard model
|
||||
});
|
||||
});
|
||||
|
||||
@@ -12,4 +12,4 @@ export default Backbone.Collection.extend({
|
||||
}
|
||||
this.reset(data);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export default Backbone.Model.extend({
|
||||
// standard model
|
||||
});
|
||||
});
|
||||
|
||||
@@ -4,4 +4,4 @@ const UpstreamCollection = Backbone.Collection.extend({
|
||||
return response.rows;
|
||||
}
|
||||
});
|
||||
export default UpstreamCollection;
|
||||
export default UpstreamCollection;
|
||||
|
||||
Reference in New Issue
Block a user