web: fix URLs for clear buttons

This commit is contained in:
Jens Langhammer 2021-02-27 21:00:52 +01:00
parent a1474e09e5
commit 0fb17eee43
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ export class FlowCacheStatusCard extends AdminStatusCard<number> {
}
renderHeaderLink(): TemplateResult {
return html`<ak-modal-button href="#/flow/flows">
return html`<ak-modal-button href="/administration/overview/cache/flow/">
<a slot="trigger">
<i class="fa fa-trash"> </i>
</a>

View File

@ -26,7 +26,7 @@ export class PolicyCacheStatusCard extends AdminStatusCard<number> {
}
renderHeaderLink(): TemplateResult {
return html`<ak-modal-button href="#/policy/policies">
return html`<ak-modal-button href="/administration/overview/cache/policy/">
<a slot="trigger">
<i class="fa fa-trash"> </i>
</a>