diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2018-08-08 14:57:40 +0530 |
---|---|---|
committer | Takamune Cho <tc012c@att.com> | 2018-08-14 20:55:55 +0000 |
commit | b339514619bbd5b29a085ea47a93cf30353a71e2 (patch) | |
tree | 228c0af652065012e50cd2d607f2d194971f1894 /src/constants/app-constants.ts | |
parent | df3a86f7ec8434b945d7fab9a1c0fada27e0406a (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.ts | 4 |
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": [ { |