Sha256: 3513c1fe47bbd8fce163dfedc9c6bcf13749550b2ca733e0b07a32ab8df5ee32
Contents?: true
Size: 650 Bytes
Versions: 10
Compression:
Stored size: 650 Bytes
Contents
<? all_custom_params = Mutx::Tasks::Custom::Params.list # puts all_custom_params custom_params_objects = all_custom_params.select{|custom| custom_params.include? custom["_id"]} # puts custom_params_objects ?> <h5 title='This parameters will be passed to the test task execution'> Custom Parameters</h5> <div class='container' style='width: inherit'> <li class='list-group-item' style='position:relative; with=100%'> <br> % custom_params_objects.each do |custom_param| {{ partial("custom-params/types/#{custom_param['type']}", param: custom_param, no_label: false, task_form: false) }} % end </li> </div>
Version data entries
10 entries across 10 versions & 1 rubygems