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