mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Revert "change list separator for adhoc host patterns"
This reverts commit 7200ad3a87b642d7f947f9eaa110b8c90767f34f.
This commit is contained in:
parent
e3d6803df7
commit
54f308a61b
@ -879,7 +879,7 @@ export function InventoriesManage ($log, $scope, $rootScope, $location,
|
||||
allSelectedItems = allSelectedItems.concat($scope.hostsSelectedItems);
|
||||
}
|
||||
if (allSelectedItems) {
|
||||
host_patterns = _.pluck(allSelectedItems, "name").join(", ");
|
||||
host_patterns = _.pluck(allSelectedItems, "name").join(":");
|
||||
}
|
||||
}
|
||||
$rootScope.hostPatterns = host_patterns;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user