diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 19:33:44 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 19:33:49 +0800 |
commit | b620f286935956f24defada1820219b1046db424 (patch) | |
tree | 13037c957ceaba77ddc8a5a06d44be6ae59a1b08 /usecaseui-portal/src/app/ccvpn-creation | |
parent | 914cd5ee96a46fd175e89574780c8758cae3f411 (diff) |
Fix instance instantiation for CCVPN
Change-Id: I968bc2e518d5c901d2a083c52e027f98dfcd3df7
Issue-ID: USECASEUI-220
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-creation')
-rw-r--r-- | usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html b/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html index 6fe6825e..3409c8fa 100644 --- a/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html +++ b/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html @@ -34,7 +34,7 @@ </span> <div id="createChart"> <svg width="100%" height="100%"> - <image id="domain" xlink:href="../../assets/images/domain1.png" style="width: 15%" + <image id="domain" xlink:href="assets/images/domain1.png" style="width: 15%" x="40%" y="0"/> </svg> </div> |