mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
added new files to app.js and index.html
This commit is contained in:
parent
45ae67d7b5
commit
2d3a5f5a65
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user