web: fix URLs for clear buttons
This commit is contained in:
parent
a1474e09e5
commit
0fb17eee43
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in New Issue