From 104ff3a683f51e06f57aedf286a0cec799879a46 Mon Sep 17 00:00:00 2001 From: Monviech <79600909+Monviech@users.noreply.github.com> Date: Sat, 26 Jul 2025 19:01:52 +0200 Subject: [PATCH] net/zerotier: Fix column width (#4838) * net/zerotier: Fix column width * net/zerotier: Bump revision --- net/zerotier/Makefile | 2 +- .../opnsense/mvc/app/views/OPNsense/Zerotier/index.volt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index aad751c0a..bd40a597b 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= zerotier PLUGIN_VERSION= 1.3.2 -PLUGIN_REVISION= 5 +PLUGIN_REVISION= 6 PLUGIN_COMMENT= Virtual Networks That Just Work PLUGIN_DEPENDS= zerotier PLUGIN_MAINTAINER= dharrigan@gmail.com diff --git a/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/index.volt b/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/index.volt index 55eb6159e..f71aedc92 100644 --- a/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/index.volt +++ b/net/zerotier/src/opnsense/mvc/app/views/OPNsense/Zerotier/index.volt @@ -98,10 +98,10 @@ POSSIBILITY OF SUCH DAMAGE.
| {{ lang._('Enabled') }} | -{{ lang._('Network Id') }} | -{{ lang._('Local Description') }} | -{{ lang._('Commands') }} | +{{ lang._('Enabled') }} | +{{ lang._('Network Id') }} | +{{ lang._('Local Description') }} | +{{ lang._('Commands') }} | {{ lang._('ID') }} |
|---|