feat: adjust the file structure of the customer component 97/96397/1
authorcyuamber <xuranyjy@chinamobile.com>
Mon, 30 Sep 2019 05:06:54 +0000 (13:06 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Mon, 30 Sep 2019 05:07:17 +0000 (13:07 +0800)
Change-Id: I1290380f894e8c38b90f9e6829aaac5e96d67194
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
usecaseui-portal/src/app/app.module.ts
usecaseui-portal/src/app/views/management/customer/customer.component.html [moved from usecaseui-portal/src/app/shared/components/customer/customer.component.html with 100% similarity]
usecaseui-portal/src/app/views/management/customer/customer.component.less [moved from usecaseui-portal/src/app/shared/components/customer/customer.component.less with 100% similarity]
usecaseui-portal/src/app/views/management/customer/customer.component.spec.ts [moved from usecaseui-portal/src/app/shared/components/customer/customer.component.spec.ts with 100% similarity]
usecaseui-portal/src/app/views/management/customer/customer.component.ts [moved from usecaseui-portal/src/app/shared/components/customer/customer.component.ts with 100% similarity]

index b87aaf7..f591be4 100644 (file)
@@ -68,7 +68,7 @@ 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 './views/services/services-list/e2e-detail/e2e-detail.component';
-import { CustomerComponent } from './shared/components/customer/customer.component';
+import { CustomerComponent } from './views/management/customer/customer.component';
 import { ManagemencsService } from './core/services/managemencs.service';
 import { FcapsComponent } from './views/fcaps/fcaps.component';
 import { TestComponent } from './test/test.component';