mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 03:29:21 -02:30
On related sets, moved create button near filter widget and added labels to all buttons.
This commit is contained in:
@@ -178,10 +178,13 @@ angular.module('UserFormDefinition', [])
|
||||
|
||||
fieldActions: {
|
||||
edit: {
|
||||
label: 'Edit',
|
||||
ngClick: "edit('credentials', \{\{ credential.id \}\}, '\{\{ credential.name \}\}')",
|
||||
icon: 'icon-edit'
|
||||
icon: 'icon-edit',
|
||||
class: 'btn-success'
|
||||
},
|
||||
delete: {
|
||||
label: 'Delete',
|
||||
ngClick: "delete('credentials', \{\{ credential.id \}\}, '\{\{ credential.name \}\}', 'credentials')",
|
||||
icon: 'icon-remove',
|
||||
class: 'btn-danger'
|
||||
|
||||
Reference in New Issue
Block a user