From b339514619bbd5b29a085ea47a93cf30353a71e2 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Wed, 8 Aug 2018 14:57:40 +0530 Subject: parameter-definition.service:removed hardcoded val Moved the hardcoded values from parameter-definition service to app-contants as variables. Issue-ID: APPC-1054 Change-Id: Ib61aea5eec6d9c87405179711a347a18e58b2c4a Signed-off-by: Arundathi Patil --- src/constants/app-constants.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/constants') diff --git a/src/constants/app-constants.ts b/src/constants/app-constants.ts index 2baa1d7..290d299 100644 --- a/src/constants/app-constants.ts +++ b/src/constants/app-constants.ts @@ -32,7 +32,9 @@ export const appConstants = { "noValidTemplateIdentifierError": "Select a valid Template Identifier", "noAction&VNFTypeInRDscreenError": "Please enter Action and VNF type in Reference Data screen", "connectionError": "Error in connecting to APPC Server", - "multipleFileUploadError" : "Cannot upload multiple files on the entry" + "multipleFileUploadError" : "Cannot upload multiple files on the entry", + "notTxtFileError" : "Uploaded file is not a TXT file", + "notYAMLFileError" : "Uploaded file is not a YAML file" }, "tabs": [ { -- cgit 1.2.3-korg