web/admin: migrate flows to web forms

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-29 22:24:46 +02:00
parent 3a2f285a87
commit e96d2fa666
5 changed files with 205 additions and 26 deletions

View File

@ -24,10 +24,6 @@ export class AdminURLManager {
return `/administration/outpost_service_connections/${rest}`;
}
static flows(rest: string): string {
return `/administration/flows/${rest}`;
}
static stages(rest: string): string {
return `/administration/stages/${rest}`;
}