1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

removing old route

This commit is contained in:
Jared Tabor 2016-01-05 15:00:17 -05:00
parent 87b0a9abab
commit 33955e3d77

View File

@ -532,10 +532,6 @@ var tower = angular.module('Tower', [
} }
}). }).
// state('/inventories/:inventory_id/job_templates/', {
// redirectTo: '/inventories/:inventory_id'
// }).
//
state('inventoryJobTemplateEdit', { state('inventoryJobTemplateEdit', {
url: '/inventories/:inventory_id/job_templates/:template_id', url: '/inventories/:inventory_id/job_templates/:template_id',
templateUrl: urlPrefix + 'partials/job_templates.html', templateUrl: urlPrefix + 'partials/job_templates.html',