diff --git a/awx/ui/static/js/controllers/Inventories.js b/awx/ui/static/js/controllers/Inventories.js index 31ace3d3a5..a92eb4e35b 100644 --- a/awx/ui/static/js/controllers/Inventories.js +++ b/awx/ui/static/js/controllers/Inventories.js @@ -442,7 +442,7 @@ export function InventoriesAdd($scope, $rootScope, $compile, $location, $log, $r Rest.put(json_data) .success(function () { Wait('stop'); - $location.path('/inventories/' + inventory_id + '/'); + $location.path('/inventories/' + inventory_id + '/manage'); }) .error(function (data, status) { ProcessErrors( $scope, data, status, null, { hdr: 'Error!',