Fix instance instantiation for CCVPN 51/87451/1
authorguochuyicmri <guochuyi@chinamobile.com>
Fri, 10 May 2019 11:33:44 +0000 (19:33 +0800)
committerguochuyicmri <guochuyi@chinamobile.com>
Fri, 10 May 2019 11:33:49 +0000 (19:33 +0800)
Change-Id: I968bc2e518d5c901d2a083c52e027f98dfcd3df7
Issue-ID: USECASEUI-220
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html
usecaseui-portal/src/app/components/customer/customer.component.html
usecaseui-portal/src/app/management/management.component.html

index 6fe6825..3409c8f 100644 (file)
@@ -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>
index 4b6651b..5cdd5d9 100644 (file)
@@ -24,7 +24,7 @@
           <p> {{"i18nTextDefine_Instance_Count_of_ServiceType" | translate}} </p>
           <app-bar [initData]="serviceInit" [chartData]="serviceData"></app-bar>
           <div class="footname" style="width: 100%;height: 40px;line-height: 40px;text-align: center;color: #3C4F8C;margin-top: 20px">
-            <img src="../../../../assets/images/customerBarUser.png" alt="customerName" style="margin-right: 5px;margin-bottom: 3px;">
+            <img src=".assets/images/customerBarUser.png" alt="customerName" style="margin-right: 5px;margin-bottom: 3px;">
             {{this.serviceInit["customer"]}}
           </div>
         </div>
index 94361a5..8cfccfd 100644 (file)
@@ -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%">