diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-01-18 19:07:38 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-01-21 06:52:00 +0000 |
commit | 30e728d280b77193500a7f0941db336ee60b80a6 (patch) | |
tree | f57f86948f47f3dd2333e21e12e5cdc1ccaeff33 /catalog-fe/src/main | |
parent | a7735509a29580d0bf8a9eac92f4402940b74517 (diff) |
Update designer configuraiton file
Updated the designer configuration file to support the new display options
Made sure that the old code still works
Change-Id: Ia63cb89b0f8cb92fc86e0804afe7e2c2caea0541
Issue-ID: SDC-938
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'catalog-fe/src/main')
-rw-r--r-- | catalog-fe/src/main/resources/config/designers-configuration.yaml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/catalog-fe/src/main/resources/config/designers-configuration.yaml b/catalog-fe/src/main/resources/config/designers-configuration.yaml index 7064619878..abdf9ea5cd 100644 --- a/catalog-fe/src/main/resources/config/designers-configuration.yaml +++ b/catalog-fe/src/main/resources/config/designers-configuration.yaml @@ -1,17 +1,22 @@ designersList: - - displayName: DCAE - designerHost: 192.168.50.5 + - designerId: DCAE + designerHost: localhost designerPort: 8080 designerPath: "/dcae" designerStateUrl: "dcae" designerProtocol: http - buttonLocation: ["top", "tab"] - tabPresentation: ["VF", "SERVICE"] - - displayName: WORKFLOW - designerHost: 192.168.50.5 + designerDisplayOptions: + tab: + displayName: "monitor" + validResourceTypes: ["VF", "SERVICE"] + top: + displayName: "DCAE" + - designerId: WORKFLOW + designerHost: localhost designerPort: 9527 designerPath: "/" designerStateUrl: "workflowDesigner" designerProtocol: http - buttonLocation: ["top"] - tabPresentation: []
\ No newline at end of file + designerDisplayOptions: + top: + displayName: "Workflow Designer"
\ No newline at end of file |