mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
added new files to app.js and index.html
This commit is contained in:
@@ -118,6 +118,7 @@ angular.module('Tower', [
|
||||
'AboutAnsibleHelpModal',
|
||||
'SurveyMakerFormDefinition',
|
||||
'SurveyQuestionFormDefinition',
|
||||
'SurveyTakerFormDefinition'
|
||||
|
||||
])
|
||||
|
||||
|
||||
@@ -103,6 +103,7 @@
|
||||
<script src="{{ STATIC_URL }}js/forms/LicenseUpdate.js"></script>
|
||||
<script src="{{ STATIC_URL }}js/forms/Source.js"></script>
|
||||
<script src="{{ STATIC_URL }}js/forms/SurveyMaker.js"></script>
|
||||
<script src="{{ STATIC_URL }}js/forms/SurveyTaker.js"></script>
|
||||
<script src="{{ STATIC_URL }}js/forms/SurveyQuestion.js"></script>
|
||||
<script src="{{ STATIC_URL }}js/forms/LogViewerStatus.js"></script>
|
||||
<script src="{{ STATIC_URL }}js/forms/LogViewerOptions.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user