Fix: wrong variable name used (dataRow instead of row)

Thanks @wu123456. 

Closes #1926.
This commit is contained in:
Arik Fraimovich
2017-09-13 22:20:05 +03:00
committed by GitHub
parent 94175b8a52
commit 8bbb1cdfd4

View File

@@ -42,7 +42,7 @@
<td>{{row.started_at | toMilliseconds | dateTime }}</td>
<td>{{row.updated_at | toMilliseconds | dateTime }}</td>
<td ng-if="selectedTab === 'in_progress'">
<cancel-query-button query-id="dataRow.query_id" task-id="dataRow.task_id"></cancel-query-button>
<cancel-query-button query-id="row.query_id" task-id="row.task_id"></cancel-query-button>
</td>
</tr>
</tbody>