mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/zerotier: merge version 1.3.1 from master
This commit is contained in:
parent
2f347bc55d
commit
3374c8b82f
4 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= zerotier
|
||||
PLUGIN_VERSION= 1.3.0
|
||||
PLUGIN_VERSION= 1.3.1
|
||||
PLUGIN_COMMENT= Virtual Networks That Just Work
|
||||
PLUGIN_DEPENDS= zerotier
|
||||
PLUGIN_MAINTAINER= dharrigan@gmail.com
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#}
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
{% set networksFirstRow = true, peersFirstRow = true %}
|
||||
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$("#network_details_collapse_all").click(function() {
|
||||
$(".network_details").collapse('toggle');
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ zerotier_enable="YES"
|
|||
{% else %}
|
||||
zerotier_enable="NO"
|
||||
{% endif %}
|
||||
zerotier_var_mfs="/var/db/zerotier-one"
|
||||
|
|
|
|||
Loading…
Reference in a new issue