web/admin: make external host clickable
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
6f56a61a64
commit
dd3ed1bfb9
|
@ -172,7 +172,9 @@ export class ProxyProviderViewPage extends LitElement {
|
||||||
</dt>
|
</dt>
|
||||||
<dd class="pf-c-description-list__description">
|
<dd class="pf-c-description-list__description">
|
||||||
<div class="pf-c-description-list__text">
|
<div class="pf-c-description-list__text">
|
||||||
${this.provider.externalHost}
|
<a target="_blank" href="${this.provider.externalHost}"
|
||||||
|
>${this.provider.externalHost}</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in New Issue