mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 09:27:31 -02:30
tooltip for subscription id for azure cred
This commit is contained in:
@@ -165,7 +165,12 @@ angular.module('CredentialFormDefinition', [])
|
|||||||
},
|
},
|
||||||
addRequired: false,
|
addRequired: false,
|
||||||
editRequired: false,
|
editRequired: false,
|
||||||
autocomplete: false
|
autocomplete: false,
|
||||||
|
awPopOver: '<p>Subscription ID is generated by Azure as a way to identify the requested resource.</p>',
|
||||||
|
dataTitle: 'Subscription ID',
|
||||||
|
dataPlacement: 'right',
|
||||||
|
dataContainer: "body"
|
||||||
|
|
||||||
},
|
},
|
||||||
"api_key": {
|
"api_key": {
|
||||||
label: 'API Key',
|
label: 'API Key',
|
||||||
|
|||||||
Reference in New Issue
Block a user