mirror of
https://github.com/ansible/awx.git
synced 2026-07-29 00:49:55 -02:30
Changes to Credentials for supporting various Kinds.
This commit is contained in:
committed by
Chris Church
parent
e6e34c3afc
commit
6a7d8b52aa
@@ -16,7 +16,6 @@ angular.module('CredentialsListDefinition', [])
|
||||
editTitle: 'Credentials',
|
||||
selectInstructions: '<p>Select existing credentials by clicking each credential or checking the related checkbox. When finished, click the blue ' +
|
||||
'<em>Select</em> button, located bottom right.</p> <p>Create a brand new credential by clicking the green <em>Create New</em> button.</p>',
|
||||
editInstructions: 'Create a new credential from either the Teams tab or the Users tab. Teams and Users each have an associated set of Credentials.',
|
||||
index: true,
|
||||
hover: true,
|
||||
|
||||
@@ -52,7 +51,6 @@ angular.module('CredentialsListDefinition', [])
|
||||
label: 'Create New',
|
||||
mode: 'all', // One of: edit, select, all
|
||||
ngClick: 'addCredential()',
|
||||
basePaths: ['teams','users'], // base path must be in list, or action not available
|
||||
"class": 'btn-success btn-xs',
|
||||
awToolTip: 'Create a new credential'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user