From: Ezhilarasi Date: Fri, 15 Feb 2019 14:43:13 +0000 (+0530) Subject: File undefined issue fix X-Git-Tag: 0.4.2~271^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F64%2F78564%2F2;p=ccsdk%2Fcds.git File undefined issue fix Import file issue in Select template fix Change-Id: I6131262ec0818ca20addad007fa600f8c43084da Issue-ID: CCSDK-703 Signed-off-by: Ezhilarasi --- diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html index a9c604224..f0a38324b 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.html @@ -21,25 +21,29 @@ limitations under the License. Choose CBA Template file - -
-
- +
+ +
+
+ +
Browse CBA Template file - -
-
- +
+ +
Enter Metadata details - -
+
+ +
\ No newline at end of file diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss index c0e3dfb99..64c816477 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss @@ -27,7 +27,7 @@ limitations under the License. margin-bottom: 5px; } -.matStep { +.matStepContent { margin-top: 15px !important; margin-bottom: 20px !important; } diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts index 091dd35b2..431b734e9 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.ts @@ -40,7 +40,7 @@ export class SelectTemplateComponent implements OnInit { importModel: IImportModel; constructor(private store: Store) { - this.importModel.file = ''; + // this.importModel.file = ''; } ngOnInit() {