From 22eda038b6cb646d63bfaf617372fce2b5d98631 Mon Sep 17 00:00:00 2001 From: "Manor, Yanir (ym903w)" Date: Thu, 20 Sep 2018 14:18:38 +0300 Subject: update code to latest update code to latest Change-Id: I6ed427434b0da47e0d33507a0992b09fe48f9c52 Issue-ID: DCAEGEN2-821 Signed-off-by: Manor, Yanir (ym903w) --- public/src/app/general/general.component.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/src/app/general/general.component.ts') diff --git a/public/src/app/general/general.component.ts b/public/src/app/general/general.component.ts index 1b1f708..3e4f4a3 100644 --- a/public/src/app/general/general.component.ts +++ b/public/src/app/general/general.component.ts @@ -63,6 +63,7 @@ export class GeneralComponent implements OnInit { @Output() updateCdumpEv = new EventEmitter(); @ViewChild('generalForm') generalForm; list = []; + importBtnDisabled = true; constructor( private restApi: RestApiService, @@ -217,6 +218,7 @@ export class GeneralComponent implements OnInit { } private getServiceRef(data) { + this.importBtnDisabled = false; if (data.flowType !== undefined) { if (data.serviceUuid === this.serviceUUID) { this.newVfcmt.name = data.name; -- cgit 1.2.3-korg