Skip to content

Commit 2d30f81

Browse files
authored
fix: header placement on 7.1 (#74)
Signed-off-by: Derek Kaser <[email protected]>
1 parent ea57b66 commit 2d30f81

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-
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.system_settings"); ?></td></tr></thead></table>
59+
<table class="unraid tablesorter"><thead><tr><td><?= $tr->tr("settings.system_settings"); ?></td></tr></thead></table>
6060

6161
<div class="advanced">
6262
<dl>
@@ -140,7 +140,7 @@
140140
</blockquote>
141141

142142
<div class="advanced">
143-
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.services"); ?></td></tr></thead></table>
143+
<table class="unraid tablesorter"><thead><tr><td><?= $tr->tr("settings.services"); ?></td></tr></thead></table>
144144

145145
<dl>
146146
<dt><?= $tr->tr("settings.wireguard"); ?></dt>
@@ -151,7 +151,7 @@
151151
<blockquote class='inline_help'><?= $tr->tr("settings.context.wireguard"); ?></blockquote>
152152
</div>
153153

154-
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.outbound_network"); ?></td></tr></thead></table>
154+
<table class="unraid tablesorter"><thead><tr><td><?= $tr->tr("settings.outbound_network"); ?></td></tr></thead></table>
155155

156156
<dl>
157157
<dt><?= $tr->tr("settings.subnets"); ?></dt>
@@ -196,7 +196,7 @@
196196

197197
<?php } ?>
198198

199-
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.save"); ?></td></tr></thead></table>
199+
<table class="unraid tablesorter"><thead><tr><td><?= $tr->tr("settings.save"); ?></td></tr></thead></table>
200200

201201
<dl>
202202
<dt><strong><?= $tr->tr("settings.context.save"); ?></strong></dt>
@@ -206,7 +206,7 @@
206206
</dl>
207207
</form>
208208

209-
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.restart"); ?></td></tr></thead></table>
209+
<table class="unraid tablesorter"><thead><tr><td><?= $tr->tr("settings.restart"); ?></td></tr></thead></table>
210210

211211
<form method="POST" action="/update.php" target="progressFrame">
212212
<input type="hidden" name="#command" value="/usr/local/emhttp/plugins/tailscale/restart.sh">
@@ -219,7 +219,7 @@
219219
</form>
220220

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

224224
<form method="GET" action="/plugins/plugin-diagnostics/download.php" target="_blank">
225225
<input type="hidden" name="plugin" value="tailscale">
@@ -234,7 +234,7 @@
234234
<?php } ?>
235235

236236
<div class="advanced">
237-
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.reauthenticate"); ?></td></tr></thead></table>
237+
<table class="unraid tablesorter"><thead><tr><td><?= $tr->tr("settings.reauthenticate"); ?></td></tr></thead></table>
238238

239239
<dl>
240240
<dt><?= $tr->tr("settings.context.reauthenticate"); ?></dt>
@@ -243,7 +243,7 @@
243243
</dd>
244244
</dl>
245245

246-
<table class="unraid"><thead><tr><td><?= $tr->tr("settings.erase"); ?></td></tr></thead></table>
246+
<table class="unraid tablesorter"><thead><tr><td><?= $tr->tr("settings.erase"); ?></td></tr></thead></table>
247247

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

0 commit comments

Comments
 (0)