Support for multiple directives 70/126770/5
authorKrupaNagabhushan <krupa.nagabhushan@est.tech>
Sun, 23 Jan 2022 12:40:06 +0000 (12:40 +0000)
committerMichael Morris <michael.morris@est.tech>
Wed, 2 Mar 2022 11:44:48 +0000 (11:44 +0000)
commitc4a8271d664deb39e69fbba329b11ff57b9b276b
tree3f070217dd738d0d0ab4231ff1bd06b903e7cb19
parent7f07f514eacacfb54d851201c49b24acd9b5e343
Support for multiple directives

Issue-ID: SDC-3861
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: Ie63c4879c28567b2d87e5fb08975b46014cf3660
14 files changed:
catalog-ui/package.json
catalog-ui/src/app/models/componentsInstances/componentInstance.ts
catalog-ui/src/app/ng2/app.module.ts
catalog-ui/src/app/ng2/components/logic/select-directives/select-directives.component.html [new file with mode: 0644]
catalog-ui/src/app/ng2/components/logic/select-directives/select-directives.component.less [new file with mode: 0644]
catalog-ui/src/app/ng2/components/logic/select-directives/select-directives.component.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/components/logic/select-directives/select-directives.module.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/components/logic/service-dependencies/service-dependencies.component.html
catalog-ui/src/app/ng2/components/logic/service-dependencies/service-dependencies.component.less
catalog-ui/src/app/ng2/components/logic/service-dependencies/service-dependencies.component.ts
catalog-ui/src/app/ng2/components/logic/service-dependencies/service-dependencies.module.ts
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/execute/sanity/ServiceTemplateDesignUiTests.java
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/flow/CreateDirectiveNodeFilterFlow.java
integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/pages/component/workspace/CompositionDirectiveNodeFilterTab.java