File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
quick-start/src/main/resources/static/top Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ <h3><i ng-class="flow.synched ? 'fa fa-file-text-o sycned' : 'fa fa-file-text-o
66 < div class ="button-group-right ">
77 < button type ="submit " name ="runFlow " class ="btn btn-success " ng-click ="runInputFlow(flow) " ng-disabled ="!flow.synched " ng-if ="flow.inputFlowTaskId == null "> Load Data</ button >
88 < button type ="submit " name ="runFlow " class ="btn btn-success " ng-click ="cancelInputFlow(flow) " ng-if ="flow.inputFlowTaskId != null "> Cancel Load Data</ button >
9- < button type ="submit " name ="runFlow " class ="btn btn-success " ng-click ="runFlow(flow) " ng-disabled ="!flow.synched " ng-if ="flow.runFlowTaskId == null "> Run</ button >
10- < button type ="submit " name ="runFlow " class ="btn btn-success " ng-click ="cancelRunFlow(flow) " ng-if ="flow.runFlowTaskId != null "> Cancel Run</ button >
119 </ div >
1210 < abn-tree tree-data ="flow.treeData.children " icon-leaf ="fa fa-file-text-o " icon-expand ="fa fa-folder-o " icon-collapse ="fa fa-folder-open-o " expand-level ="1 "> </ abn-tree >
1311 </ li >
You can’t perform that action at this time.
0 commit comments