support edit rest task properties 13/27813/1
authorLvbo163 <lv.bo163@zte.com.cn>
Wed, 10 Jan 2018 09:29:26 +0000 (17:29 +0800)
committerLvbo163 <lv.bo163@zte.com.cn>
Wed, 10 Jan 2018 09:29:26 +0000 (17:29 +0800)
commit32222a4010ebdc739ee1586b09da6758136d9813
tree769985a62592636ee578595d5514b536bcf48a24
parent38dfd59a8b5d05266e5567f79dcf30fd10ef7c54
support edit rest task properties

modify rest taks config info, and enable edit rest task properties.component.css

Issue-ID: SDC-897

Change-Id: Icad8c1ee60d7572f311d5cba97cda6b2144a7469
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
28 files changed:
sdc-workflow-designer-ui/src/app/app.module.ts
sdc-workflow-designer-ui/src/app/components/menu/menus.component.html
sdc-workflow-designer-ui/src/app/components/menu/menus.component.ts
sdc-workflow-designer-ui/src/app/components/node-parameters/node-parameters.component.css [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/node-parameters/node-parameters.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/node-parameters/node-parameters.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/node-parameters/parameter-tree/parameter-tree.component.css [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/node-parameters/parameter-tree/parameter-tree.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/node-parameters/parameter-tree/parameter-tree.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/parameter-tree/parameter-tree.component.html [deleted file]
sdc-workflow-designer-ui/src/app/components/parameter-tree/parameter-tree.component.ts [deleted file]
sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.css [moved from sdc-workflow-designer-ui/src/app/components/parameter-tree/parameter-tree.component.css with 51% similarity]
sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.html
sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.ts
sdc-workflow-designer-ui/src/app/components/property/properties.component.css
sdc-workflow-designer-ui/src/app/components/property/properties.component.html
sdc-workflow-designer-ui/src/app/components/property/properties.component.ts
sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task-parameters/rest-task-parameters.component.ts [deleted file]
sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.html
sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.ts
sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.html [moved from sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task-parameters/rest-task-parameters.component.html with 57% similarity]
sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/services/broadcast.service.ts
sdc-workflow-designer-ui/src/app/services/data-access/mockdata.ts
sdc-workflow-designer-ui/src/app/services/data-access/swagger.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/services/jsplumb.service.ts
sdc-workflow-designer-ui/src/app/services/rest.service.ts
sdc-workflow-designer-ui/src/app/services/workflow.service.ts