File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h4>Flow History</h4>
26
26
< form class ="box " id ="flow-history-form " role ="form " method ="get " action ="@routes.Application.flowHistory() ">
27
27
< div class ="form-group ">
28
28
< label for ="form-flow-def-idurl " > Flow Definition URL/ID</ label >
29
- < input type ="text " class ="form-control " id ="form-flow-def-id " name ="flow-def-id " placeholder ="Flow Definition URL/ID " value =@flowDefId >
29
+ < input type ="text " class ="form-control " id ="form-flow-def-id " name ="flow-def-id " placeholder ="Flow Definition URL/ID " value =" @flowDefId " >
30
30
</ div >
31
31
< label for ="graphType "> Filter</ label >
32
32
< table >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h4>Job History</h4>
26
26
< form id ="job-history-form " role ="form " method ="get " action ="@routes.Application.jobHistory() ">
27
27
< div class ="form-group ">
28
28
< label for ="form-job-def-id "> Job Definition URL/ID</ label >
29
- < input type ="text " class ="form-control " id ="form-job-def-id " name ="job-def-id " placeholder ="Job Def URL/ID " value =@jobDefId >
29
+ < input type ="text " class ="form-control " id ="form-job-def-id " name ="job-def-id " placeholder ="Job Def URL/ID " value =" @jobDefId " >
30
30
</ div >
31
31
< label for ="graphType "> Filter</ label >
32
32
< table >
Original file line number Diff line number Diff line change 24
24
< form id ="flow-history-form " role ="form " method ="get " action ="@routes.Application.oldFlowHistory() ">
25
25
< div class ="form-group ">
26
26
< label for ="form-flow-def-idurl "> Flow Definition URL/ID</ label >
27
- < input type ="text " class ="form-control " id ="form-flow-def-id " name ="flow-def-id " placeholder ="Flow Definition URL/ID " value =@flowDefId >
27
+ < input type ="text " class ="form-control " id ="form-flow-def-id " name ="flow-def-id " placeholder ="Flow Definition URL/ID " value =" @flowDefId " >
28
28
</ div >
29
29
< label for ="graphType "> Filter</ label >
30
30
< select class ="form-control " name ="select-graph-type " id ="graphType ">
Original file line number Diff line number Diff line change 24
24
< form id ="job-history-form " role ="form " method ="get " action ="@routes.Application.oldJobHistory() ">
25
25
< div class ="form-group ">
26
26
< label for ="form-job-def-id "> Job Definition URL/ID</ label >
27
- < input type ="text " class ="form-control " id ="form-job-def-id " name ="job-def-id " placeholder ="Job Def URL/ID " value =@jobDefId >
27
+ < input type ="text " class ="form-control " id ="form-job-def-id " name ="job-def-id " placeholder ="Job Def URL/ID " value =" @jobDefId " >
28
28
</ div >
29
29
< label for ="graphType "> Filter</ label >
30
30
< select class ="form-control " name ="select-graph-type " id ="graphType ">
You can’t perform that action at this time.
0 commit comments