net/zerotier: merge version 1.3.1 from master

This commit is contained in:
Franco Fichtner 2018-02-01 09:50:56 +01:00
parent 2f347bc55d
commit 3374c8b82f
4 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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() {

View file

@ -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');

View file

@ -6,3 +6,4 @@ zerotier_enable="YES"
{% else %}
zerotier_enable="NO"
{% endif %}
zerotier_var_mfs="/var/db/zerotier-one"