mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 18:50:04 -03:30
Latest UI inventory changes
This commit is contained in:
@@ -162,9 +162,9 @@ function GroupsAdd ($scope, $rootScope, $compile, $location, $log, $routeParams,
|
||||
data[fld] = scope[fld];
|
||||
}
|
||||
|
||||
if ($routeParams.group_id) {
|
||||
data['inventory'] = $routeParams.inventory_id;
|
||||
}
|
||||
//if ($routeParams.group_id) {
|
||||
// data['inventory'] = $routeParams.inventory_id;
|
||||
//}
|
||||
|
||||
Rest.post(data)
|
||||
.success( function(data, status, headers, config) {
|
||||
|
||||
Reference in New Issue
Block a user