Skip to content

Commit 96fb415

Browse files
committed
fix: prettier groups on the settings tab
Signed-off-by: Derek Kaser <[email protected]>
1 parent e849a6a commit 96fb415

File tree

1 file changed

+8
-8
lines changed
  • src/usr/local/emhttp/plugins/tailscale/include/Pages

1 file changed

+8
-8
lines changed

src/usr/local/emhttp/plugins/tailscale/include/Pages/Settings.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<input type="hidden" name="#cleanup" value="">
5757
<input type="hidden" name="#command" value="/usr/local/emhttp/plugins/tailscale/restart.sh">
5858

59-
<h3><?= $tr->tr("settings.system_settings"); ?></h3>
59+
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.system_settings"); ?></td></tr></thead></table>
6060

6161
<div class="advanced">
6262
<dl>
@@ -127,7 +127,7 @@
127127
</blockquote>
128128

129129
<div class="advanced">
130-
<h3><?= $tr->tr("settings.services"); ?></h3>
130+
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.services"); ?></td></tr></thead></table>
131131

132132
<dl>
133133
<dt><?= $tr->tr("settings.wireguard"); ?></dt>
@@ -138,7 +138,7 @@
138138
<blockquote class='inline_help'><?= $tr->tr("settings.context.wireguard"); ?></blockquote>
139139
</div>
140140

141-
<h3><?= $tr->tr("settings.outbound_network"); ?></h3>
141+
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.outbound_network"); ?></td></tr></thead></table>
142142

143143
<dl>
144144
<dt><?= $tr->tr("settings.subnets"); ?></dt>
@@ -183,7 +183,7 @@
183183

184184
<?php } ?>
185185

186-
<h3><?= $tr->tr("settings.save"); ?></h3>
186+
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.save"); ?></td></tr></thead></table>
187187

188188
<dl>
189189
<dt><strong><?= $tr->tr("settings.context.save"); ?></strong></dt>
@@ -193,7 +193,7 @@
193193
</dl>
194194
</form>
195195

196-
<h3><?= $tr->tr("settings.restart"); ?></h3>
196+
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.restart"); ?></td></tr></thead></table>
197197

198198
<form method="POST" action="/update.php" target="progressFrame">
199199
<input type="hidden" name="#command" value="/usr/local/emhttp/plugins/tailscale/restart.sh">
@@ -206,7 +206,7 @@
206206
</form>
207207

208208
<?php if (file_exists('/usr/local/emhttp/plugins/plugin-diagnostics/download.php')) { ?>
209-
<h3><?= $tr->tr("settings.diagnostics"); ?></h3>
209+
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.diagnostics"); ?></td></tr></thead></table>
210210

211211
<form method="GET" action="/plugins/plugin-diagnostics/download.php" target="_blank">
212212
<input type="hidden" name="plugin" value="tailscale">
@@ -221,7 +221,7 @@
221221
<?php } ?>
222222

223223
<div class="advanced">
224-
<h3><?= $tr->tr("settings.reauthenticate"); ?></h3>
224+
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.reauthenticate"); ?></td></tr></thead></table>
225225

226226
<dl>
227227
<dt><?= $tr->tr("settings.context.reauthenticate"); ?></dt>
@@ -230,7 +230,7 @@
230230
</dd>
231231
</dl>
232232

233-
<h3><?= $tr->tr("settings.erase"); ?></h3>
233+
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.erase"); ?></td></tr></thead></table>
234234

235235
<form method="POST" action="/update.php" target="progressFrame">
236236
<input type="hidden" name="#command" value="/usr/local/emhttp/plugins/tailscale/erase.sh">

0 commit comments

Comments
 (0)