VnfInPlaceFields and ScaleOut rendered dynamically 76/79276/10
authorgolabek <tomasz.golabek@nokia.com>
Wed, 27 Feb 2019 15:47:09 +0000 (16:47 +0100)
committergolabek <tomasz.golabek@nokia.com>
Fri, 8 Mar 2019 12:27:55 +0000 (13:27 +0100)
commitff08d87f973c3aa4c041a55d42ae73a51593b7ca
treeadd13e327f2c50f4dcd0911d112f347a0caf240d
parent58cbfa63f239b22e8feb1440919b5fc2cf0118ce
VnfInPlaceFields and ScaleOut rendered dynamically

* hardcoded workflows parameters moved to the internal API.
* html changed to dynamically render parameters from the new API.

Change-Id: Id2f61dbf88ae65401a8974422ab7c6da07053da2
Issue-ID: VID-398
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
12 files changed:
vid-app-common/src/main/java/org/onap/vid/controller/WorkflowsController.java
vid-app-common/src/main/java/org/onap/vid/model/SOWorkflows.kt
vid-app-common/src/main/java/org/onap/vid/services/ExternalWorkflowsService.java [moved from vid-app-common/src/main/java/org/onap/vid/services/ExtWorkflowsService.java with 96% similarity]
vid-app-common/src/main/java/org/onap/vid/services/ExternalWorkflowsServiceImpl.java [moved from vid-app-common/src/main/java/org/onap/vid/services/ExtWorkflowsServiceImpl.java with 94% similarity]
vid-app-common/src/main/java/org/onap/vid/services/LocalWorkflowsService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/LocalWorkflowsServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.test.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js
vid-app-common/src/test/java/org/onap/vid/services/ExternalWorkflowServiceImplTest.java [moved from vid-app-common/src/test/java/org/onap/vid/services/ExtWorkflowServiceImplTest.java with 90% similarity]