From: Tim Düsterhus Date: Wed, 19 Aug 2020 12:55:00 +0000 (+0200) Subject: Show loginUsername in packageUpdateServerList X-Git-Tag: 5.3.0_Alpha_1~22^2~16 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d19a9992c39f5dd32d4113dd3309e2f02fceda5d;p=GitHub%2FWoltLab%2FWCF.git Show loginUsername in packageUpdateServerList This allows the administrator to quickly see which update servers are missing credentials. --- diff --git a/wcfsetup/install/files/acp/templates/packageUpdateServerList.tpl b/wcfsetup/install/files/acp/templates/packageUpdateServerList.tpl index dcd60c2baa..a4027cdbcd 100644 --- a/wcfsetup/install/files/acp/templates/packageUpdateServerList.tpl +++ b/wcfsetup/install/files/acp/templates/packageUpdateServerList.tpl @@ -54,7 +54,10 @@ {event name='itemButtons'} {@$updateServer->packageUpdateServerID} - {$updateServer->serverURL} + + {$updateServer->serverURL} + {if $updateServer->loginUsername}({$updateServer->loginUsername}){/if} + {#$updateServer->packages} {@$updateServer->status} {@$updateServer->errorMessage|truncate:"30"}