Skip to content

Commit f1ffaf2

Browse files
authored
Merge pull request #2324 from Squidly271/patch-7
Fix Display Issues re: TS
2 parents 18fdb23 + f13fdd3 commit f1ffaf2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

emhttp/plugins/dynamix.docker.manager/include/CreateDocker.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,18 +1177,19 @@ function prepareCategory() {
11771177

11781178
<?if($TS_ExitNodeNeedsApproval):?>
11791179
<div markdown="1" class="TShostname noshow">
1180-
<b>Warning:</b>
1180+
<b>_(Warning)_</b>:
11811181
: Exit Node not yet approved. Navigate to the <a href="<?=$TS_DirectMachineLink?>" target='_blank'>Tailscale website</a> and approve it.
11821182
</div>
11831183
<?endif;?>
11841184

11851185
<?if(!empty($TS_expiry_diff)):?>
11861186
<div markdown="1" class="TSdivider noshow">
1187-
<b>_(Warning)_</b>:
11881187
<?if($TS_expiry_diff->invert):?>
1189-
: <b>Tailscale Key expired!</b> <a href="<?=$TS_MachinesLink?>" target='_blank'>Renew/Disable key expiry</a> for '<b><?=$TS_HostNameActual?></b>'.
1188+
<b>_(Warning)_</b>:
1189+
: <span><b>Tailscale Key expired!</b> <a href="<?=$TS_MachinesLink?>" target='_blank'>Renew/Disable key expiry</a> for '<b><?=$TS_HostNameActual?></b>'.</span>
11901190
<?else:?>
1191-
: Tailscale Key will expire in <b><?=$TS_expiry_diff->days?> days</b>! <a href="<?=$TS_MachinesLink?>" target='_blank'>Disable Key Expiry</a> for '<b><?=$TS_HostNameActual?></b>'.
1191+
<b>_(Warning)_</b>:
1192+
: <span>Tailscale Key will expire in <b><?=$TS_expiry_diff->days?> days</b>! <a href="<?=$TS_MachinesLink?>" target='_blank'>Disable Key Expiry</a> for '<b><?=$TS_HostNameActual?></b>'.</span>
11921193
<?endif;?>
11931194
<label>See <a href="https://tailscale.com/kb/1028/key-expiry" target='_blank'>key-expiry</a>.</label>
11941195
</div>
@@ -1197,7 +1198,7 @@ function prepareCategory() {
11971198
<?if(!empty($TS_not_approved)):?>
11981199
<div markdown="1" class="TSdivider noshow">
11991200
<b>_(Warning)_</b>:
1200-
: The following route(s) are not approved: <b><?=trim($TS_not_approved)?></b>
1201+
: <span>The following route(s) are not approved: <b><?=trim($TS_not_approved)?></b></span>
12011202
</div>
12021203
<?endif;?>
12031204

0 commit comments

Comments
 (0)