web/admin: fix flow export button not working

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-06-03 00:40:07 +02:00
parent ed3859800c
commit 7c300f0858
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ export class FlowListPage extends TablePage<Flow> {
}}> }}>
${t`Execute`} ${t`Execute`}
</button> </button>
<a class="pf-c-button pf-m-secondary" href="${`${DEFAULT_CONFIG.basePath}/flows/instances/${item.slug}/export/`}"> <a class="pf-c-button pf-m-secondary" href="/api/v2beta/flows/instances/${item.slug}/export/">
${t`Export`} ${t`Export`}
</a>`, </a>`,
]; ];