diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 11:42:57 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 11:43:02 +0800 |
commit | e294eb0aa8e9d2f6eed5a13b771dc00df320439d (patch) | |
tree | 16dc3d232d64cf67863977691c08be39071d5c8a | |
parent | 22ff11be9378a90a22152ab5d0901bd1d4e83fed (diff) |
Service instance lifecycle management
Change-Id: I013d048a4de7bde62978080434cebc1d86d175d4
Issue-ID: USECASEUI-218
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r-- | usecaseui-portal/src/app/services/services-list/services-list.component.ts | 1 |
1 files changed, 0 insertions, 1 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 088bc7bc..d5eace7e 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 @@ -178,7 +178,6 @@ export class ServicesListComponent implements OnInit { // choseTemplateType(){ - this.templateTypeSelected = this.serviceTypeSelected2.name; this.getallOrchestrators(); this.getAlltemplates(); } |