lib/mutx/view/custom/params.mote in mutx-0.1.17 vs lib/mutx/view/custom/params.mote in mutx-0.1.18

- old
+ new

@@ -1,9 +1,9 @@ <? all_custom_params = Mutx::Tasks::Custom::Params.list - puts all_custom_params + # puts all_custom_params custom_params_objects = all_custom_params.select{|custom| custom_params.include? custom["_id"]} - puts custom_params_objects + # puts custom_params_objects ?> <h4 title='This parameters will be passed to the test task execution'>&nbsp;&nbsp;&nbsp;Custom Parameters</h4> <div class='container' style='width: inherit'> <li class='list-group-item' style='position:relative; with=100%'> <br>