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">
|
<ak-sidebar-item path="/administration/overview">
|
||||||
<span slot="label">${t`Overview`}</span>
|
<span slot="label">${t`Overview`}</span>
|
||||||
</ak-sidebar-item>
|
</ak-sidebar-item>
|
||||||
</ak-sidebar-item>
|
|
||||||
<ak-sidebar-item path="/administration/system-tasks">
|
<ak-sidebar-item path="/administration/system-tasks">
|
||||||
<span slot="label">${t`System Tasks`}</span>
|
<span slot="label">${t`System Tasks`}</span>
|
||||||
</ak-sidebar-item>
|
</ak-sidebar-item>
|
||||||
|
|
|
@ -83,7 +83,7 @@ export class AdminOverviewPage extends LitElement {
|
||||||
<ul class="pf-c-list">
|
<ul class="pf-c-list">
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
class="pf-c-description-list__text"
|
class="pf-u-mb-xl"
|
||||||
href=${paramURL("/core/applications", {
|
href=${paramURL("/core/applications", {
|
||||||
createForm: true,
|
createForm: true,
|
||||||
})}
|
})}
|
||||||
|
@ -92,14 +92,14 @@ export class AdminOverviewPage extends LitElement {
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
class="pf-c-description-list__text"
|
class="pf-u-mb-xl"
|
||||||
href=${paramURL("/events/log")}
|
href=${paramURL("/events/log")}
|
||||||
>${t`Check the logs`}</a
|
>${t`Check the logs`}</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
class="pf-c-description-list__text"
|
class="pf-u-mb-xl"
|
||||||
href="https://goauthentik.io/integrations/"
|
href="https://goauthentik.io/integrations/"
|
||||||
>${t`Explore integrations`}</a
|
>${t`Explore integrations`}</a
|
||||||
>
|
>
|
||||||
|
|
Reference in New Issue