web: migrate Stage List to web

This commit is contained in:
Jens Langhammer
2021-02-19 19:29:17 +01:00
parent a76cbf8b70
commit 93478a55d7
17 changed files with 172 additions and 216 deletions

View File

@ -47,7 +47,7 @@ export class FlowListPage extends TablePage<Flow> {
row(item: Flow): TemplateResult[] {
return [
html`<a href="#/flows/${item.slug}">
html`<a href="#/flow/flows/${item.slug}">
<code>${item.slug}</code>
</a>`,
html`${item.name}`,