aboutsummaryrefslogtreecommitdiffstats
path: root/src/constants/app-constants.ts
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2018-08-08 14:57:40 +0530
committerTakamune Cho <tc012c@att.com>2018-08-14 20:55:55 +0000
commitb339514619bbd5b29a085ea47a93cf30353a71e2 (patch)
tree228c0af652065012e50cd2d607f2d194971f1894 /src/constants/app-constants.ts
parentdf3a86f7ec8434b945d7fab9a1c0fada27e0406a (diff)
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 <arundpil@in.ibm.com>
Diffstat (limited to 'src/constants/app-constants.ts')
-rw-r--r--src/constants/app-constants.ts4
1 files changed, 3 insertions, 1 deletions
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": [
{