|
56 | 56 | <input type="hidden" name="#cleanup" value=""> |
57 | 57 | <input type="hidden" name="#command" value="/usr/local/emhttp/plugins/tailscale/restart.sh"> |
58 | 58 |
|
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> |
60 | 60 |
|
61 | 61 | <div class="advanced"> |
62 | 62 | <dl> |
|
140 | 140 | </blockquote> |
141 | 141 |
|
142 | 142 | <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> |
144 | 144 |
|
145 | 145 | <dl> |
146 | 146 | <dt><?= $tr->tr("settings.wireguard"); ?></dt> |
|
151 | 151 | <blockquote class='inline_help'><?= $tr->tr("settings.context.wireguard"); ?></blockquote> |
152 | 152 | </div> |
153 | 153 |
|
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> |
155 | 155 |
|
156 | 156 | <dl> |
157 | 157 | <dt><?= $tr->tr("settings.subnets"); ?></dt> |
|
196 | 196 |
|
197 | 197 | <?php } ?> |
198 | 198 |
|
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> |
200 | 200 |
|
201 | 201 | <dl> |
202 | 202 | <dt><strong><?= $tr->tr("settings.context.save"); ?></strong></dt> |
|
206 | 206 | </dl> |
207 | 207 | </form> |
208 | 208 |
|
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> |
210 | 210 |
|
211 | 211 | <form method="POST" action="/update.php" target="progressFrame"> |
212 | 212 | <input type="hidden" name="#command" value="/usr/local/emhttp/plugins/tailscale/restart.sh"> |
|
219 | 219 | </form> |
220 | 220 |
|
221 | 221 | <?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> |
223 | 223 |
|
224 | 224 | <form method="GET" action="/plugins/plugin-diagnostics/download.php" target="_blank"> |
225 | 225 | <input type="hidden" name="plugin" value="tailscale"> |
|
234 | 234 | <?php } ?> |
235 | 235 |
|
236 | 236 | <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> |
238 | 238 |
|
239 | 239 | <dl> |
240 | 240 | <dt><?= $tr->tr("settings.context.reauthenticate"); ?></dt> |
|
243 | 243 | </dd> |
244 | 244 | </dl> |
245 | 245 |
|
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> |
247 | 247 |
|
248 | 248 | <form method="POST" action="/update.php" target="progressFrame"> |
249 | 249 | <input type="hidden" name="#command" value="/usr/local/emhttp/plugins/tailscale/erase.sh"> |
|
0 commit comments