web/admin: fix flow export button not working
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
ed3859800c
commit
7c300f0858
|
@ -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>`,
|
||||||
];
|
];
|
||||||
|
|
Reference in New Issue