|
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 | | -<h3><?= $tr->tr("settings.system_settings"); ?></h3> |
| 59 | +<table class="unraid"><thead><tr><td><?= $tr->tr("settings.system_settings"); ?></td></tr></thead></table> |
60 | 60 |
|
61 | 61 | <div class="advanced"> |
62 | 62 | <dl> |
|
127 | 127 | </blockquote> |
128 | 128 |
|
129 | 129 | <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> |
131 | 131 |
|
132 | 132 | <dl> |
133 | 133 | <dt><?= $tr->tr("settings.wireguard"); ?></dt> |
|
138 | 138 | <blockquote class='inline_help'><?= $tr->tr("settings.context.wireguard"); ?></blockquote> |
139 | 139 | </div> |
140 | 140 |
|
141 | | -<h3><?= $tr->tr("settings.outbound_network"); ?></h3> |
| 141 | +<table class="unraid"><thead><tr><td><?= $tr->tr("settings.outbound_network"); ?></td></tr></thead></table> |
142 | 142 |
|
143 | 143 | <dl> |
144 | 144 | <dt><?= $tr->tr("settings.subnets"); ?></dt> |
|
183 | 183 |
|
184 | 184 | <?php } ?> |
185 | 185 |
|
186 | | -<h3><?= $tr->tr("settings.save"); ?></h3> |
| 186 | +<table class="unraid"><thead><tr><td><?= $tr->tr("settings.save"); ?></td></tr></thead></table> |
187 | 187 |
|
188 | 188 | <dl> |
189 | 189 | <dt><strong><?= $tr->tr("settings.context.save"); ?></strong></dt> |
|
193 | 193 | </dl> |
194 | 194 | </form> |
195 | 195 |
|
196 | | -<h3><?= $tr->tr("settings.restart"); ?></h3> |
| 196 | +<table class="unraid"><thead><tr><td><?= $tr->tr("settings.restart"); ?></td></tr></thead></table> |
197 | 197 |
|
198 | 198 | <form method="POST" action="/update.php" target="progressFrame"> |
199 | 199 | <input type="hidden" name="#command" value="/usr/local/emhttp/plugins/tailscale/restart.sh"> |
|
206 | 206 | </form> |
207 | 207 |
|
208 | 208 | <?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> |
210 | 210 |
|
211 | 211 | <form method="GET" action="/plugins/plugin-diagnostics/download.php" target="_blank"> |
212 | 212 | <input type="hidden" name="plugin" value="tailscale"> |
|
221 | 221 | <?php } ?> |
222 | 222 |
|
223 | 223 | <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> |
225 | 225 |
|
226 | 226 | <dl> |
227 | 227 | <dt><?= $tr->tr("settings.context.reauthenticate"); ?></dt> |
|
230 | 230 | </dd> |
231 | 231 | </dl> |
232 | 232 |
|
233 | | -<h3><?= $tr->tr("settings.erase"); ?></h3> |
| 233 | +<table class="unraid"><thead><tr><td><?= $tr->tr("settings.erase"); ?></td></tr></thead></table> |
234 | 234 |
|
235 | 235 | <form method="POST" action="/update.php" target="progressFrame"> |
236 | 236 | <input type="hidden" name="#command" value="/usr/local/emhttp/plugins/tailscale/erase.sh"> |
|
0 commit comments