mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
hintText form option
Add hintText:"some helpful text here" to a field in a form definition object. Form generator will display the text inside the <label> element on a new line with the fa-info-circle icon in a pleasant grey color.
This commit is contained in:
@@ -238,6 +238,7 @@ angular.module('CredentialFormDefinition', [])
|
||||
variable: 'key_required',
|
||||
init: true
|
||||
},
|
||||
hintText:"drag and drop an SSH private key file on the field below",
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
awDropFile: true,
|
||||
|
||||
Reference in New Issue
Block a user