diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2018-01-11 14:18:25 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2018-01-11 14:18:25 +0800 |
commit | 761b385b2a0a6dbec10717e6d94f1cd1e04bb2ef (patch) | |
tree | 43dc6ade00676d38bbf1831c5f18335a1eb8b858 /sdc-workflow-designer-ui/src/index.html | |
parent | c825e1c7a6fa1aa8f1c430384620ffd0addf25f8 (diff) |
support exclusive-gateway
add exclusive gateway definition
Issue-ID: SDC-902
Change-Id: Id7ff89d30735fa16169c2a78b743e1565eb90410
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui/src/index.html')
-rw-r--r-- | sdc-workflow-designer-ui/src/index.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sdc-workflow-designer-ui/src/index.html b/sdc-workflow-designer-ui/src/index.html index 2c5ee42b..f27ba5b5 100644 --- a/sdc-workflow-designer-ui/src/index.html +++ b/sdc-workflow-designer-ui/src/index.html @@ -23,10 +23,8 @@ </head> <body> - <script> - window.__theme = 'bs4'; - </script> - <app-root></app-root> + <!-- Enable bootstrap 4 theme --> + <script>window.__theme = 'bs4';</script> + <workflow></workflow> </body> - </html> |