From 2d3a5f5a650c0788a6e82c36c8598cb8a2025286 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 3 Oct 2014 20:07:17 -0400 Subject: [PATCH] added new files to app.js and index.html --- awx/ui/static/js/app.js | 1 + awx/ui/templates/ui/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/awx/ui/static/js/app.js b/awx/ui/static/js/app.js index cfa6a528a2..1e8f49cebe 100644 --- a/awx/ui/static/js/app.js +++ b/awx/ui/static/js/app.js @@ -118,6 +118,7 @@ angular.module('Tower', [ 'AboutAnsibleHelpModal', 'SurveyMakerFormDefinition', 'SurveyQuestionFormDefinition', + 'SurveyTakerFormDefinition' ]) diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 37caf6ac6c..68075a778c 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -103,6 +103,7 @@ +