web/admin: fix application to provider links

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-12-24 21:55:29 +01:00
parent 94b9ebb0bb
commit 700a4cb72c
No known key found for this signature in database
1 changed files with 2 additions and 7 deletions

View File

@ -122,13 +122,8 @@ export class ApplicationViewPage extends AKElement {
<dd class="pf-c-description-list__description">
<div class="pf-c-description-list__text">
<a
href=${`#/core/applications/${
this.application.slug
};${encodeURIComponent(
JSON.stringify({
page: "page-provider",
}),
)}`}
href="#/core/providers/${this.application
.providerObj?.pk}"
>
${this.application.providerObj?.name}
(${this.application.providerObj?.verboseName})