mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -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:
@@ -64,7 +64,7 @@ angular.module('GroupListDefinition', [])
|
||||
"delete": {
|
||||
label: 'Delete',
|
||||
ngClick: "deleteGroup(\{\{ group.id \}\},'\{\{ group.name \}\}')",
|
||||
icon: 'icon-remove',
|
||||
icon: 'icon-trash',
|
||||
"class": 'btn-small btn-danger',
|
||||
awToolTip: 'Delete group'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user