diff options
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/app.component.html')
-rw-r--r-- | sdc-workflow-designer-ui/src/app/app.component.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sdc-workflow-designer-ui/src/app/app.component.html b/sdc-workflow-designer-ui/src/app/app.component.html index fe3b4550..f09e0a73 100644 --- a/sdc-workflow-designer-ui/src/app/app.component.html +++ b/sdc-workflow-designer-ui/src/app/app.component.html @@ -14,7 +14,9 @@ <!--The content below is only a placeholder and can be replaced.--> +<b4t-toolbar></b4t-toolbar> + <div id="container" class="container"> - <b4t-node *ngFor="let node of nodes" [node]="node"></b4t-node> + <b4t-node *ngFor="let node of getNodes(); let last = last;" [node]="node" [last]="last"></b4t-node> </div> |