diff --git a/awx/ui/static/js/forms/SurveyQuestion.js b/awx/ui/static/js/forms/SurveyQuestion.js index b798b94cb3..5ce04d99bc 100644 --- a/awx/ui/static/js/forms/SurveyQuestion.js +++ b/awx/ui/static/js/forms/SurveyQuestion.js @@ -41,9 +41,30 @@ angular.module('SurveyQuestionFormDefinition', []) editRequired: false, column: 1 }, + // variable: { + // label: 'Answer Variable Name', + // type: 'text', + // addRequired: true, + // editRequired: true, + // column: 1, + // awPopOver: '
The suggested format for variable names are lowercase, underscore-seperated descriptive nouns.
'+ + // 'For example:
foo_bar
\n user_id
\n host_name
' ,
+ // dataTitle: 'Answer Variable Name',
+ // dataPlacement: 'right',
+ // dataContainer: "body"
+ // },
variable: {
- label: 'Answer Variable Name',
- type: 'text',
+ ealName: 'variable',
+ type: 'custom',
+ control:''+
+ '