diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-06 00:25:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-06 00:25:09 +0000 |
commit | 782e55f79b7fca957e0ef393c50f72daab3a7b59 (patch) | |
tree | b856226542e16fb6742e6b72356c362a17b36cfe /cds-ui/client/src/app/common/constants/app-constants.ts | |
parent | 8d11b20693f7eedfff5c2ea47a3fd6017ce5adf7 (diff) | |
parent | 1b2d71d30ec8c92c50eabb2b163ec9cc9640d61a (diff) |
Merge "CBA integration"
Diffstat (limited to 'cds-ui/client/src/app/common/constants/app-constants.ts')
-rw-r--r-- | cds-ui/client/src/app/common/constants/app-constants.ts | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/cds-ui/client/src/app/common/constants/app-constants.ts b/cds-ui/client/src/app/common/constants/app-constants.ts index 0efabebf5..0bfe5cade 100644 --- a/cds-ui/client/src/app/common/constants/app-constants.ts +++ b/cds-ui/client/src/app/common/constants/app-constants.ts @@ -31,7 +31,7 @@ export const GlobalContants = { // } // } cbawizard: { - stepsRequired: + stepsRequired: { stepCount: 4, steps: [{ @@ -69,26 +69,30 @@ export const GlobalContants = { } }, datadictionary: { - stepsRequired: + stepsRequired: { stepCount: 3, steps: [{ - name: 'Resource Creation', componentURL: '/dataDictionary/selectTemplate', - label: 'Resource Creation', - component: 'ResourceCreationComponent' + name: 'Resource Creation', componentURL: '/dataDictionary/selectTemplate', + label: 'Resource Creation', + component: 'ResourceCreationComponent' - }, - { - name: 'Edit/Validate', componentURL: '/dataDictionary/modifyTemplate', - label: 'Edit/Validate', - component: 'ResourceEditComponent' - }, - { - name: 'Save', componentURL: '/dataDictionary/saveTemplate', - label: 'Save Resource', - component: 'SaveResourceComponent' - }] - } + }, + { + name: 'Edit/Validate', componentURL: '/dataDictionary/modifyTemplate', + label: 'Edit/Validate', + component: 'ResourceEditComponent' + }, + { + name: 'Save', componentURL: '/dataDictionary/saveTemplate', + label: 'Save Resource', + component: 'SaveResourceComponent' + }] + } } -};
\ No newline at end of file +}; +export const LoopbackConfig = { + url: "http://127.0.0.1:3000", + authtoken: "ccsdkapps" +}
\ No newline at end of file |