Rename Target to Task in execution format

Change-Id: I5d26186ef5bdb9c9cc2b1c22b740efc13dae3471
This commit is contained in:
Nikolay Mahotkin 2014-05-23 14:14:25 +04:00
parent 762e1cdc3c
commit 13f38d3412

View File

@ -30,7 +30,7 @@ def format(execution=None):
columns = (
'ID',
'Workbook',
'Target',
'Task',
'State'
)