mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 19:19:20 -02:30
AC-322 Job list now presents either a Delete or Cancel button based on the job's status. Changed delete icon from icon-remove to icon-trash throughout application.
This commit is contained in:
@@ -52,7 +52,7 @@ angular.module('ProjectsListDefinition', [])
|
||||
"delete": {
|
||||
label: 'Delete',
|
||||
ngClick: "deleteProject(\{\{ project.id \}\},'\{\{ project.name \}\}')",
|
||||
icon: 'icon-remove',
|
||||
icon: 'icon-trash',
|
||||
"class": 'btn-small btn-danger',
|
||||
awToolTip: 'Delete project'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user