Changed queued job 'cancel' to 'delete'.

This commit is contained in:
Chris Houseknecht 2014-03-31 11:35:29 -04:00
parent 9472c06ccc
commit 46c7a8f433

View File

@ -80,10 +80,10 @@ angular.module('QueuedJobsDefinition', [])
awToolTip: 'Relaunch using the same parameters',
dataPlacement: 'top'
},
cancel: {
"delete": {
mode: 'all',
ngClick: 'deleteJob(queued_job.id)',
awToolTip: 'Cancel the job',
awToolTip: 'Delete the job',
dataPlacement: 'top'
}
}