mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
removed routes for old unused survey controllers
for survemakeradd and surverymakeredit, these controllers are not being used anymore and have been replaced by the surver helper class. i'm taking out the routes for these html pages/controllers as they are no longer relavant
This commit is contained in:
parent
9c81144533
commit
b22c4cb56a
@ -166,15 +166,15 @@ angular.module('Tower', [
|
||||
controller: 'JobTemplatesEdit'
|
||||
}).
|
||||
|
||||
when('/job_templates/:template_id/survey/add', {
|
||||
templateUrl: urlPrefix + 'partials/survey_maker.html',
|
||||
controller: 'SurveyMakerAdd'
|
||||
}).
|
||||
// when('/job_templates/:template_id/survey/add', {
|
||||
// templateUrl: urlPrefix + 'partials/survey_maker.html',
|
||||
// controller: 'SurveyMakerAdd'
|
||||
// }).
|
||||
|
||||
when('/job_templates/:template_id/survey/edit', {
|
||||
templateUrl: urlPrefix + 'partials/survey_maker.html',
|
||||
controller: 'SurveyMakerEdit'
|
||||
}).
|
||||
// when('/job_templates/:template_id/survey/edit', {
|
||||
// templateUrl: urlPrefix + 'partials/survey_maker.html',
|
||||
// controller: 'SurveyMakerEdit'
|
||||
// }).
|
||||
|
||||
when('/job_templates/:id/schedules', {
|
||||
templateUrl: urlPrefix + 'partials/schedule_detail.html',
|
||||
|
||||
1253
awx/ui/static/js/controllers/Survey.js.old.js
Normal file
1253
awx/ui/static/js/controllers/Survey.js.old.js
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user