From 95958925300a30ba05f8f7c1b4b029cb9fe074bb Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Mon, 21 Jul 2025 23:08:00 -0400 Subject: [PATCH] Fix button size on 7.2 Signed-off-by: Squidly271 --- .../tailscale/include/Pages/Settings.php | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/usr/local/emhttp/plugins/tailscale/include/Pages/Settings.php b/src/usr/local/emhttp/plugins/tailscale/include/Pages/Settings.php index b714027..d3db39b 100644 --- a/src/usr/local/emhttp/plugins/tailscale/include/Pages/Settings.php +++ b/src/usr/local/emhttp/plugins/tailscale/include/Pages/Settings.php @@ -62,7 +62,7 @@
tr("settings.enable_tailscale"); ?>
- Enable, '1', $tr->tr("yes"));?> Enable, '0', $tr->tr("no"));?> @@ -72,7 +72,7 @@
tr("settings.unraid_listen"); ?>
- IncludeInterface, '1', $tr->tr("yes"));?> IncludeInterface, '0', $tr->tr("no"));?> @@ -83,7 +83,7 @@
tr("settings.ip_forward"); ?>
- IPForward, '1', $tr->tr("yes"));?> IPForward, '0', $tr->tr("no"));?> @@ -95,7 +95,7 @@
tr("settings.taildrop"); ?>
-
@@ -119,7 +119,7 @@
tr("settings.subnets"); ?>
- AllowRoutes, '0', $tr->tr("no"));?> AllowRoutes, '1', $tr->tr("yes"));?> @@ -132,7 +132,7 @@
tr("settings.dns"); ?>
- AllowDNS, '0', $tr->tr("no"));?> AllowDNS, '1', $tr->tr("yes"));?> @@ -147,7 +147,7 @@
tr("settings.funnel"); ?>
- AllowFunnel, '0', $tr->tr("no"));?> AllowFunnel, '1', $tr->tr("yes"));?> @@ -164,7 +164,7 @@
tr("settings.context.save"); ?>
- +
@@ -176,7 +176,7 @@
tr("settings.context.restart"); ?>
- +
@@ -189,7 +189,7 @@
tr("settings.context.diagnostics"); ?>
- +
@@ -202,7 +202,7 @@
tr("settings.context.reauthenticate"); ?>
- > + >
@@ -213,7 +213,7 @@
tr("settings.context.erase"); ?>
- > + >
@@ -305,4 +305,4 @@ function(isConfirmed){ ); } - \ No newline at end of file +