mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
tooltip for subscription id for azure cred
This commit is contained in:
parent
482f1ba771
commit
22f7dfce67
@ -165,7 +165,12 @@ angular.module('CredentialFormDefinition', [])
|
||||
},
|
||||
addRequired: 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": {
|
||||
label: 'API Key',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user