mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 23:47:28 -02:30
change list separator for adhoc host patterns
This commit is contained in:
@@ -879,7 +879,7 @@ export function InventoriesManage ($log, $scope, $rootScope, $location,
|
|||||||
allSelectedItems = allSelectedItems.concat($scope.hostsSelectedItems);
|
allSelectedItems = allSelectedItems.concat($scope.hostsSelectedItems);
|
||||||
}
|
}
|
||||||
if (allSelectedItems) {
|
if (allSelectedItems) {
|
||||||
host_patterns = _.pluck(allSelectedItems, "name").join(":");
|
host_patterns = _.pluck(allSelectedItems, "name").join(", ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$rootScope.hostPatterns = host_patterns;
|
$rootScope.hostPatterns = host_patterns;
|
||||||
|
|||||||
Reference in New Issue
Block a user