diff --git a/awx/ui/static/js/forms/SurveyMaker.js b/awx/ui/static/js/forms/SurveyMaker.js
index 1dcf2b7903..1f1f67ba2d 100644
--- a/awx/ui/static/js/forms/SurveyMaker.js
+++ b/awx/ui/static/js/forms/SurveyMaker.js
@@ -19,6 +19,7 @@ angular.module('SurveyMakerFormDefinition', [])
name: 'survey_maker', //entity or model name in singular form
// // well: true,
breadCrumbs: false,
+ // twoColumns: true,
// // collapse: true,
// collapseTitle: "Properties",
// collapseMode: 'edit',
@@ -38,26 +39,51 @@ angular.module('SurveyMakerFormDefinition', [])
fields: {
survey_name: {
- label: 'Survey Name',
- type: 'text',
- addRequired: true,
- editRequired: true,
- capitalize: false
- },
- survey_description: {
- label: 'Survey Description',
- type: 'text',
- addRequired: false,
- editRequired: false
- },
- questions: {
type: 'custom',
- control: ''+
+ control: '
'+
+ '
'+
+ '
'+
'
'+
'
'+
- '
'
+ '
'
+ // label: 'Survey Name',
+ // type: 'text',
+ // addRequired: true,
+ // editRequired: true,
+ // capitalize: false,
+ // // column: 1
+ },
+ // survey_description: {
+ // type: 'custom',
+ // control: ''
- }
+ // // label: 'Survey Description',
+ // // type: 'text',
+ // // addRequired: false,
+ // // editRequired: false,
+ // // column: 2
+ // },
+ // questions: {
+ // type: 'custom',
+ // control: ''+
+ // ''+
+ // ''+
+ // ''
+
+ // }
},
buttons: { //for now always generates