diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2017-08-28 14:19:17 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2017-08-28 16:23:33 +0800 |
commit | df81658e252dd886f30e984f1aa4a5f3917cd134 (patch) | |
tree | b39bc64ce878902038842b1da412aaba4a2d989f /sdc-workflow-designer-ui/src/app/app.component.html | |
parent | f721b1af7e3496427ee9c46d5bb46103c49505c6 (diff) |
WorkFlow Diagram Editor
create workflow diagram editor area, install jsplumb package to support node drag and node connections.
Change-Id: Ie68d0f88ef1cc855c1e55e51e918111c6fba4116
Issue-ID: SDC-70
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/app.component.html')
-rw-r--r-- | sdc-workflow-designer-ui/src/app/app.component.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sdc-workflow-designer-ui/src/app/app.component.html b/sdc-workflow-designer-ui/src/app/app.component.html index e2204daf..fe3b4550 100644 --- a/sdc-workflow-designer-ui/src/app/app.component.html +++ b/sdc-workflow-designer-ui/src/app/app.component.html @@ -13,10 +13,8 @@ --> <!--The content below is only a placeholder and can be replaced.--> -<div style="text-align:center"> - <h1> - Welcome to {{title}}! - </h1> -</div> +<div id="container" class="container"> + <b4t-node *ngFor="let node of nodes" [node]="node"></b4t-node> +</div> |