web: port flow list

This commit is contained in:
Jens Langhammer
2021-02-16 22:52:54 +01:00
parent 68eefd083e
commit 69e6221906
8 changed files with 108 additions and 162 deletions

View File

@ -43,6 +43,9 @@ export class Flow {
return r.pagination.count;
});
}
static adminUrl(rest: string): string {
return `/administration/flows/${rest}`;
}
}
export class Stage {