web/admin: make provider in application list a link
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -74,7 +74,11 @@ export class ApplicationListPage extends TablePage<Application> { | |||||||
|                 ${item.metaPublisher ? html`<small>${item.metaPublisher}</small>` : html``} |                 ${item.metaPublisher ? html`<small>${item.metaPublisher}</small>` : html``} | ||||||
|             </a>`, |             </a>`, | ||||||
|             html`<code>${item.slug}</code>`, |             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`${item.provider?.verboseName || "-"}`, | ||||||
|             html` |             html` | ||||||
|             <ak-forms-modal> |             <ak-forms-modal> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer