web/admin: migrate outposts to web

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-29 23:12:31 +02:00
parent e5ff416c2d
commit 09aa5d6350
7 changed files with 130 additions and 85 deletions

View File

@ -84,7 +84,7 @@ export class FlowViewPage extends LitElement {
class="pf-c-button pf-m-secondary"
@click=${() => {
new FlowsApi(DEFAULT_CONFIG).flowsInstancesExecute({
slug: flow.slug
slug: this.flow.slug
}).then(link => {
window.location.assign(`${link.link}?next=/%23${window.location.href}`);
});