aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/services/services-list/services-list.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/services/services-list/services-list.component.ts')
-rw-r--r--usecaseui-portal/src/app/services/services-list/services-list.component.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/usecaseui-portal/src/app/services/services-list/services-list.component.ts b/usecaseui-portal/src/app/services/services-list/services-list.component.ts
index 06991b47..90e996a9 100644
--- a/usecaseui-portal/src/app/services/services-list/services-list.component.ts
+++ b/usecaseui-portal/src/app/services/services-list/services-list.component.ts
@@ -32,7 +32,6 @@ export class ServicesListComponent implements OnInit {
ngOnInit() {
this.getallCustomers();
- this.inputNamests();
}
// customer servicetype
isSol005Interface = false;
@@ -1228,14 +1227,4 @@ e2eCloseCreate(obj,templateCreatestarting,templateCreateSuccessFaild) {
return mypromise;
}
-
- // -->
- namesTranslate:Object;
- inputNamests(){
- this.myhttp.inputNamesTransform()
- .subscribe((data)=>{
- this.namesTranslate = data;
- })
- }
-
}