mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
send user to inventory manage when saving new inventory
This commit is contained in:
parent
124492e073
commit
c61ef0a602
@ -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!',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user