mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Credentials add\/edit now works. Ask checkbox is functional.
This commit is contained in:
@@ -41,9 +41,9 @@ angular.module('CredentialListDefinition', [])
|
||||
actions: {
|
||||
add: {
|
||||
icon: 'icon-plus',
|
||||
mode: 'select', // One of: edit, select, all
|
||||
mode: 'all', // One of: edit, select, all
|
||||
ngClick: 'addCredential()',
|
||||
basePaths: ['credentials'], // base path must be in list, or action not available
|
||||
basePaths: ['credentials'], // base path must be in list, or action not available
|
||||
class: 'btn btn-mini btn-success',
|
||||
awToolTip: 'Create a new credential'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user