mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
Button clean-up all Edit/View buttons now match and have a black on grey color
This commit is contained in:
@@ -133,7 +133,6 @@ angular.module('UserFormDefinition', [])
|
||||
label: 'Edit',
|
||||
ngClick: "edit('credentials', \{\{ credential.id \}\}, '\{\{ credential.name \}\}')",
|
||||
icon: 'icon-edit',
|
||||
"class": 'btn-success',
|
||||
awToolTip: 'Edit the credential'
|
||||
},
|
||||
"delete": {
|
||||
@@ -190,7 +189,6 @@ angular.module('UserFormDefinition', [])
|
||||
label: 'Edit',
|
||||
ngClick: "edit('permissions', \{\{ permission.id \}\}, '\{\{ permission.name \}\}')",
|
||||
icon: 'icon-edit',
|
||||
"class": 'btn-success',
|
||||
awToolTip: 'Edit the permission'
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user