Skip to content

Commit 2e9f754

Browse files
pandafynemesifier
authored andcommitted
[fix] Fixed ZeroTier schema for allow_managed field
1 parent 8afbb38 commit 2e9f754

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

netjsonconfig/backends/openwrt/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@
12581258
"format": "checkbox",
12591259
"description": (
12601260
"Allow ZeroTier to set IP Addresses"
1261-
" and Routes (local/private ranges only)",
1261+
" and Routes (local/private ranges only)"
12621262
),
12631263
},
12641264
"allow_global": {

netjsonconfig/backends/zerotier/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"default": True,
7979
"format": "checkbox",
8080
"description": (
81-
"Allow ZeroTier to set IP Addresses and Routes (local/private ranges only)",
81+
"Allow ZeroTier to set IP Addresses and Routes (local/private ranges only)"
8282
),
8383
},
8484
"allow_global": {

0 commit comments

Comments
 (0)