aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/app.module.ts
diff options
context:
space:
mode:
authorLvbo163 <lv.bo163@zte.com.cn>2018-01-10 17:29:26 +0800
committerLvbo163 <lv.bo163@zte.com.cn>2018-01-10 17:29:26 +0800
commit32222a4010ebdc739ee1586b09da6758136d9813 (patch)
tree769985a62592636ee578595d5514b536bcf48a24 /sdc-workflow-designer-ui/src/app/app.module.ts
parent38dfd59a8b5d05266e5567f79dcf30fd10ef7c54 (diff)
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>
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/app.module.ts')
-rw-r--r--sdc-workflow-designer-ui/src/app/app.module.ts8
1 files changed, 5 insertions, 3 deletions
diff --git a/sdc-workflow-designer-ui/src/app/app.module.ts b/sdc-workflow-designer-ui/src/app/app.module.ts
index 07ccebc0..3d5aa778 100644
--- a/sdc-workflow-designer-ui/src/app/app.module.ts
+++ b/sdc-workflow-designer-ui/src/app/app.module.ts
@@ -40,8 +40,6 @@ import { MicroserviceListComponent } from "./components/menu/microservice/micros
import { ModalModule } from "ngx-bootstrap/modal";
import { WorkflowConfigService } from "./services/workflow-config.service";
import { RestTaskComponent } from "./components/property/rest-task/rest-task.component";
-import { RestTaskParametersComponent } from "./components/property/rest-task/rest-task-parameters/rest-task-parameters.component";
-import { ParameterTreeComponent } from "./components/parameter-tree/parameter-tree.component";
import { EditablePropertyComponent } from "./components/editable-property/editable-property.component";
import { SwaggerTreeConverterService } from "./services/swagger-tree-converter.service";
import { IntermediateCatchEventComponent } from "./components/property/intermediate-catch-event/intermediate-catch-event.component";
@@ -52,6 +50,9 @@ import { ModelService } from './services/model.service';
import { ContainerComponent } from './components/container/container.component';
import { RestService } from './services/rest.service';
import { ResizableDirective } from './directive/resizeable/resizable.directive';
+import { StartEventComponent } from './components/property/start-event/start-event.component';
+import { NodeParametersComponent } from './components/node-parameters/node-parameters.component';
+import { ParameterTreeComponent } from './components/node-parameters/parameter-tree/parameter-tree.component';
@NgModule({
declarations: [
@@ -65,12 +66,13 @@ import { ResizableDirective } from './directive/resizeable/resizable.directive';
MicroserviceDetailComponent,
MicroserviceListComponent,
NodeComponent,
+ NodeParametersComponent,
ParameterComponent,
ParameterTreeComponent,
PropertiesComponent,
RestTaskComponent,
- RestTaskParametersComponent,
ScriptTaskComponent,
+ StartEventComponent,
SequenceFlowComponent,
StartEventParametersComponent,
ToolbarComponent,