flows: add export URL to API
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -103,7 +103,7 @@ export class FlowListPage extends TablePage<Flow> {
|
||||
}}>
|
||||
${t`Execute`}
|
||||
</button>
|
||||
<a class="pf-c-button pf-m-secondary" href="/api/v2beta/flows/instances/${item.slug}/export/">
|
||||
<a class="pf-c-button pf-m-secondary" href=${flow.exportUrl}>
|
||||
${t`Export`}
|
||||
</a>`,
|
||||
];
|
||||
|
Reference in New Issue
Block a user