mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
AC-946: removed host filter from delete altogether.
This commit is contained in:
parent
b8f68f7b79
commit
a103528967
@ -1040,9 +1040,6 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', '
|
||||
var node = Find({ list: scope.groups, key: 'id', val: tree_id });
|
||||
var url = GetBasePath('inventory') + inventory_id + '/groups/';
|
||||
|
||||
if (scope.selected_tree_id != tree_id)
|
||||
scope.showHosts(tree_id, group_id, false);
|
||||
|
||||
var action_to_take = function() {
|
||||
$('#prompt-modal').on('hidden.bs.modal', function(){ Wait('start'); });
|
||||
$('#prompt-modal').modal('hide');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user