diff options
Diffstat (limited to 'catalog-fe/src/main/resources/config/designers-configuration.yaml')
-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 |