feat:adjust the file schema of components related to service instances 68/96268/2
authorcyuamber <xuranyjy@chinamobile.com>
Thu, 26 Sep 2019 08:53:28 +0000 (16:53 +0800)
committerxu ran <xuranyjy@chinamobile.com>
Fri, 27 Sep 2019 00:45:40 +0000 (00:45 +0000)
Change-Id: I18f1674601536a59313528bb1e01fd6b4fffd4fd
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
18 files changed:
usecaseui-portal/src/app/app.module.ts
usecaseui-portal/src/app/views/services/services-list/ccvpn-creation/ccvpn-creation.component.css [moved from usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.css with 97% similarity]
usecaseui-portal/src/app/views/services/services-list/ccvpn-creation/ccvpn-creation.component.html [moved from usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.html with 100% similarity]
usecaseui-portal/src/app/views/services/services-list/ccvpn-creation/ccvpn-creation.component.spec.ts [moved from usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.spec.ts with 100% similarity]
usecaseui-portal/src/app/views/services/services-list/ccvpn-creation/ccvpn-creation.component.ts [moved from usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.ts with 99% similarity]
usecaseui-portal/src/app/views/services/services-list/ccvpn-detail/ccvpn-detail.component.css [moved from usecaseui-portal/src/app/views/ccvpn-detail/ccvpn-detail.component.css with 97% similarity]
usecaseui-portal/src/app/views/services/services-list/ccvpn-detail/ccvpn-detail.component.html [moved from usecaseui-portal/src/app/views/ccvpn-detail/ccvpn-detail.component.html with 100% similarity]
usecaseui-portal/src/app/views/services/services-list/ccvpn-detail/ccvpn-detail.component.spec.ts [moved from usecaseui-portal/src/app/views/ccvpn-detail/ccvpn-detail.component.spec.ts with 100% similarity]
usecaseui-portal/src/app/views/services/services-list/ccvpn-detail/ccvpn-detail.component.ts [moved from usecaseui-portal/src/app/views/ccvpn-detail/ccvpn-detail.component.ts with 99% similarity]
usecaseui-portal/src/app/views/services/services-list/e2e-creation/e2e-creation.component.css [moved from usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.css with 100% similarity]
usecaseui-portal/src/app/views/services/services-list/e2e-creation/e2e-creation.component.html [moved from usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.html with 100% similarity]
usecaseui-portal/src/app/views/services/services-list/e2e-creation/e2e-creation.component.less [moved from usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.less with 96% similarity]
usecaseui-portal/src/app/views/services/services-list/e2e-creation/e2e-creation.component.spec.ts [moved from usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.spec.ts with 100% similarity]
usecaseui-portal/src/app/views/services/services-list/e2e-creation/e2e-creation.component.ts [moved from usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.ts with 99% similarity]
usecaseui-portal/src/app/views/services/services-list/e2e-detail/e2e-detail.component.html [moved from usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.html with 100% similarity]
usecaseui-portal/src/app/views/services/services-list/e2e-detail/e2e-detail.component.less [moved from usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.less with 95% similarity]
usecaseui-portal/src/app/views/services/services-list/e2e-detail/e2e-detail.component.spec.ts [moved from usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.spec.ts with 100% similarity]
usecaseui-portal/src/app/views/services/services-list/e2e-detail/e2e-detail.component.ts [moved from usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.ts with 98% similarity]

index 885bba6..092f82b 100644 (file)
@@ -48,12 +48,12 @@ import { PerformanceComponent } from './views/performance/performance.component'
 import { PerformanceVnfComponent } from './views/performance/performance-vnf/performance-vnf.component';
 import { PerformanceVmComponent } from './views/performance/performance-vm/performance-vm.component';
 import { CcvpnNetworkComponent } from './views/ccvpn-network/ccvpn-network.component';
-import { CcvpnDetailComponent } from './views/ccvpn-detail/ccvpn-detail.component';
-import { CcvpnCreationComponent } from './views/ccvpn-creation/ccvpn-creation.component';
+import { CcvpnDetailComponent } from './views/services/services-list/ccvpn-detail/ccvpn-detail.component';
+import { CcvpnCreationComponent } from './views/services/services-list/ccvpn-creation/ccvpn-creation.component';
 
 import { DetailsComponent } from './shared/components/details/details.component';
 import { GraphiclistComponent } from './shared/components/graphiclist/graphiclist.component';
-import { E2eCreationComponent } from './shared/components/e2e-creation/e2e-creation.component';
+import { E2eCreationComponent } from './views/services/services-list/e2e-creation/e2e-creation.component';
 
 import { BarComponent } from './shared/components/charts/bar/bar.component';
 import { LineComponent } from './shared/components/charts/line/line.component';
@@ -68,7 +68,7 @@ import { HomesService } from './core/services/homes.service';
 import { onboardService } from './core/services/onboard.service';
 import { networkHttpservice } from './core/services/networkHttpservice.service';
 import { PerformanceDetailsComponent } from './shared/components/performance-details/performance-details.component';
-import { E2eDetailComponent } from './shared/components/e2e-detail/e2e-detail.component';
+import { E2eDetailComponent } from './views/services/services-list/e2e-detail/e2e-detail.component';
 import { CustomerComponent } from './shared/components/customer/customer.component';
 import { ManagemencsService } from './core/services/managemencs.service';
 import { FcapsComponent } from './views/fcaps/fcaps.component';
@@ -44,14 +44,14 @@ hr {
     display: inline-block;
     width: 35px;
     height: 35px;
-    background:url("../../../assets/images/Return-icon.png") no-repeat!important;
+    background:url("../../../../../assets/images/Return-icon.png") no-repeat!important;
     background-size: 100%!important;
     border-radius:4px;
     color: #D7D7D7;
     cursor: pointer;    
 }
 .model .back:hover{
-    background: url("../../../assets/images/Return-icon-active.png")!important;
+    background: url("../../../../../assets/images/Return-icon-active.png")!important;
     background-size: 100%!important;
 }
 .top-title h3.title {
@@ -15,7 +15,7 @@
 */
 import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
 import * as d3 from 'd3';
-import { ServiceListService } from '../../core/services/serviceList.service';
+import { ServiceListService } from '../../../../core/services/serviceList.service';
 
 @Component({
     selector: 'app-ccvpn-creation',
@@ -58,14 +58,14 @@ hr {
     display: inline-block;
     width: 35px;
     height: 35px;
-    background:url("../../../assets/images/Return-icon.png") no-repeat!important;
+    background:url("../../../../../assets/images/Return-icon.png") no-repeat!important;
     background-size: 100%!important;
     border-radius:4px;
     color: #D7D7D7;
     cursor: pointer;
 }
 .model .back:hover{
-    background: url("../../../assets/images/Return-icon-active.png")!important;
+    background: url("../../../../../assets/images/Return-icon-active.png")!important;
     background-size: 100%!important;
 }
 .top-title h3.title {
@@ -14,7 +14,7 @@
     limitations under the License.
 */
 import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
-import { ServiceListService } from '../../core/services/serviceList.service';
+import { ServiceListService } from '../../../../core/services/serviceList.service';
 import * as d3 from 'd3';
 
 @Component({
@@ -59,14 +59,14 @@ hr {
         display: inline-block;
         width: 35px;
         height: 35px;
-        background:url("../../../../assets/images/Return-icon.png") no-repeat!important;
+        background:url("../../../../../assets/images/Return-icon.png") no-repeat!important;
         background-size: 100%!important;
         border-radius:4px;
         color: #D7D7D7;
         cursor: pointer;
     }
     .back:hover{
-        background: url("../../../../assets/images/Return-icon-active.png")!important;
+        background: url("../../../../../assets/images/Return-icon-active.png")!important;
         background-size: 100%!important;
     }
     .top-title h3.title {
@@ -14,7 +14,7 @@
     limitations under the License.
 */
 import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
-import { ServiceListService } from '../../../core/services/serviceList.service';
+import { ServiceListService } from '../../../../core/services/serviceList.service';
 import * as d3 from 'd3';
 
 @Component({
@@ -45,14 +45,14 @@ hr {
     display: inline-block;
     width: 35px;
     height: 35px;
-    background:url("../../../../assets/images/Return-icon.png") no-repeat!important;
+    background:url("../../../../../assets/images/Return-icon.png") no-repeat!important;
     background-size: 100%!important;
     border-radius:4px;
     color: #D7D7D7;
     cursor: pointer;
   }
   .back:hover{
-    background: url("../../../../assets/images/Return-icon-active.png")!important;
+    background: url("../../../../../assets/images/Return-icon-active.png")!important;
     background-size: 100%!important;
   }
   .top-title h3.title {
@@ -15,7 +15,7 @@
 */
 
 import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
-import { ServiceListService } from '../../../core/services/serviceList.service';
+import { ServiceListService } from '../../../../core/services/serviceList.service';
 import * as d3 from 'd3';
 
 @Component({