web/admin: make external host clickable

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-05-21 13:10:26 +02:00
parent 6f56a61a64
commit dd3ed1bfb9
1 changed files with 3 additions and 1 deletions

View File

@ -172,7 +172,9 @@ export class ProxyProviderViewPage extends LitElement {
</dt>
<dd class="pf-c-description-list__description">
<div class="pf-c-description-list__text">
${this.provider.externalHost}
<a target="_blank" href="${this.provider.externalHost}"
>${this.provider.externalHost}</a
>
</div>
</dd>
</div>