summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/index.html
diff options
context:
space:
mode:
authorLvbo163 <lv.bo163@zte.com.cn>2017-09-01 14:31:04 +0800
committerLvbo163 <lv.bo163@zte.com.cn>2017-09-01 14:31:04 +0800
commitb45d377a6114b2e3f6bcfbbaee1ce9668b91e0aa (patch)
tree3d12edc17843fa21dc1e9715897d5e60271e9392 /sdc-workflow-designer-ui/src/index.html
parente0597dc5b0a3718aa3b5991a65096c609d23dba2 (diff)
support setting microservice info
support setting microservice info for workflow Issue-ID: SDC-266 Change-Id: I8c6ad2a95f63a86db0789f9c400be38131404b66 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.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/sdc-workflow-designer-ui/src/index.html b/sdc-workflow-designer-ui/src/index.html
index e876fc8c..2c5ee42b 100644
--- a/sdc-workflow-designer-ui/src/index.html
+++ b/sdc-workflow-designer-ui/src/index.html
@@ -13,14 +13,20 @@
-->
<!doctype html>
<html lang="en">
+
<head>
- <meta charset="utf-8">
- <title>Workflow Designer</title>
- <base href="/">
+ <meta charset="utf-8">
+ <title>Workflow Designer</title>
+ <base href="/">
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
+
<body>
- <app-root></app-root>
+ <script>
+ window.__theme = 'bs4';
+ </script>
+ <app-root></app-root>
</body>
+
</html>