|
|
|
@@ -1,6 +1,7 @@ |
|
|
|
json.total_data @result_object[:total_data].to_i |
|
|
|
if @result_object[:data]["Runs"].present? |
|
|
|
json.runs @result_object[:data]["Runs"].each do |run| |
|
|
|
json.runs @result_object[:data]["Runs"].each_with_index.to_a do |run, index| |
|
|
|
json.num @result_object[:total_data].to_i - @begin_num - index |
|
|
|
json.workflow run["WorkflowID"] |
|
|
|
json.index run["Index"] |
|
|
|
json.title run["Title"] |
|
|
|
|