>
<%= id+1 %> |
<%= row.uuid %> |
<%= row.name %> |
<%= row.language %> |
<%= row.visibility %> |
<%= globally_executed_tasks.size %> |
<%= row.automation_attributes.size %> |
<%= num_runs %> |
details |
runs |
tasks |
graph |
<%= link_to 'delete', "/scripts/#{row.id}",
:data => {
:confirm => 'Are you sure you want to delete the entire automation, including all test suites and executions?'
}, :method => :delete %> |
<%= link_to 'edit', "/scripts/#{row.id}", :method => :get %> |
<% } %>