web/user: fix display for RAC tile (#13211)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -97,9 +97,7 @@ export class LibraryApplication extends AKElement {
|
|||||||
return html``;
|
return html``;
|
||||||
}
|
}
|
||||||
if (this.application?.launchUrl === "goauthentik.io://providers/rac/launch") {
|
if (this.application?.launchUrl === "goauthentik.io://providers/rac/launch") {
|
||||||
return html`<ak-library-rac-endpoint-launch .app=${this.application}>
|
return html`<div class="pf-c-card__header">
|
||||||
</ak-library-rac-endpoint-launch>
|
|
||||||
<div class="pf-c-card__header">
|
|
||||||
<a
|
<a
|
||||||
@click=${() => {
|
@click=${() => {
|
||||||
this.racEndpointLaunch?.onClick();
|
this.racEndpointLaunch?.onClick();
|
||||||
@ -120,7 +118,9 @@ export class LibraryApplication extends AKElement {
|
|||||||
>
|
>
|
||||||
${this.application.name}
|
${this.application.name}
|
||||||
</a>
|
</a>
|
||||||
</div>`;
|
</div>
|
||||||
|
<ak-library-rac-endpoint-launch .app=${this.application}>
|
||||||
|
</ak-library-rac-endpoint-launch>`;
|
||||||
}
|
}
|
||||||
return html`<div class="pf-c-card__header">
|
return html`<div class="pf-c-card__header">
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user