summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/management
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-10 19:33:44 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-10 19:33:49 +0800
commitb620f286935956f24defada1820219b1046db424 (patch)
tree13037c957ceaba77ddc8a5a06d44be6ae59a1b08 /usecaseui-portal/src/app/management
parent914cd5ee96a46fd175e89574780c8758cae3f411 (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/management')
-rw-r--r--usecaseui-portal/src/app/management/management.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/management/management.component.html b/usecaseui-portal/src/app/management/management.component.html
index 94361a57..8cfccfd3 100644
--- a/usecaseui-portal/src/app/management/management.component.html
+++ b/usecaseui-portal/src/app/management/management.component.html
@@ -19,7 +19,7 @@
<p> {{"i18nTextDefine_Create_initial_customer" | translate}} </p>
<span> {{"i18nTextDefine_Customer_not_in_ONAP" | translate}} </span>
<span> {{"i18nTextDefine_createCustomer&serviceType" | translate}} </span>
- <img src="../../assets/images/customer01.png" alt="">
+ <img src="./assets/images/customer01.png" alt="">
<input nz-input placeholder=" {{'i18nTextDefine_input_customerName' | translate}} " nzSize="large" style="height: 50px" [(ngModel)]="firstCustomer">
<div class="action">
<button nz-button nzType="primary" class="cancel" (click) = "clearCustomerInput()"> {{"i18nTextDefine_Cancel" | translate}} </button>
@@ -27,7 +27,7 @@
</div>
</div>
<div class="image">
- <img src="../../assets/images/customer02.png" alt="">
+ <img src="./assets/images/customer02.png" alt="">
</div>
</div>
<div *ngIf="!nocuster" style="height: 100%">