web/admin: fix extra closing element
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
9a86dcaec3
commit
77d6242cce
|
@ -194,7 +194,6 @@ export class AdminInterface extends LitElement {
|
|||
<ak-sidebar-item path="/administration/overview">
|
||||
<span slot="label">${t`Overview`}</span>
|
||||
</ak-sidebar-item>
|
||||
</ak-sidebar-item>
|
||||
<ak-sidebar-item path="/administration/system-tasks">
|
||||
<span slot="label">${t`System Tasks`}</span>
|
||||
</ak-sidebar-item>
|
||||
|
|
|
@ -83,7 +83,7 @@ export class AdminOverviewPage extends LitElement {
|
|||
<ul class="pf-c-list">
|
||||
<li>
|
||||
<a
|
||||
class="pf-c-description-list__text"
|
||||
class="pf-u-mb-xl"
|
||||
href=${paramURL("/core/applications", {
|
||||
createForm: true,
|
||||
})}
|
||||
|
@ -92,14 +92,14 @@ export class AdminOverviewPage extends LitElement {
|
|||
</li>
|
||||
<li>
|
||||
<a
|
||||
class="pf-c-description-list__text"
|
||||
class="pf-u-mb-xl"
|
||||
href=${paramURL("/events/log")}
|
||||
>${t`Check the logs`}</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
class="pf-c-description-list__text"
|
||||
class="pf-u-mb-xl"
|
||||
href="https://goauthentik.io/integrations/"
|
||||
>${t`Explore integrations`}</a
|
||||
>
|
||||
|
|
Reference in New Issue