aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-02-12 09:35:05 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-02-12 09:35:05 +0800
commiteda616413ac42769d8fb11c990b61c74740b6818 (patch)
tree1da00a3bc7d410996649f2c7beafe58363c57b9a /sdc-workflow-designer-ui
parent77acffcf7152040d381b1808a1ca8f8fe8bed721 (diff)
Modify WF Designer's Url Prefix.
Moddify the base url of workflow designer from '/' to '/workflow-modeler', in order to integrate with SDC. Issue-ID: SDC-1012 Change-Id: Ia3059055caa2cc2cd25fe92a467649a9de245d67 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui')
-rw-r--r--sdc-workflow-designer-ui/src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-workflow-designer-ui/src/index.html b/sdc-workflow-designer-ui/src/index.html
index f27ba5b5..636e2a54 100644
--- a/sdc-workflow-designer-ui/src/index.html
+++ b/sdc-workflow-designer-ui/src/index.html
@@ -17,7 +17,7 @@
<head>
<meta charset="utf-8">
<title>Workflow Designer</title>
- <base href="/">
+ <base href="/workflow-modeler">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>