web/admin: make provider in application list a link

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-10 20:51:22 +02:00
parent 182256c53e
commit 5d64b0cafd
1 changed files with 5 additions and 1 deletions

View File

@ -74,7 +74,11 @@ export class ApplicationListPage extends TablePage<Application> {
${item.metaPublisher ? html`<small>${item.metaPublisher}</small>` : html``}
</a>`,
html`<code>${item.slug}</code>`,
html`${item.provider?.name || "-"}`,
item.provider ?
html`<a href="#/core/providers/${item.provider.pk}">
${item.provider?.name}
</a>` :
html`-`,
html`${item.provider?.verboseName || "-"}`,
html`
<ak-forms-modal>