mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 21:49:27 -02:30
Removed debug statements.
This commit is contained in:
@@ -825,9 +825,7 @@ return function(params) {
|
|||||||
scope.name = host.name;
|
scope.name = host.name;
|
||||||
scope.copy_choice = "copy";
|
scope.copy_choice = "copy";
|
||||||
d = angular.element(document.getElementById('host-copy-dialog'));
|
d = angular.element(document.getElementById('host-copy-dialog'));
|
||||||
console.info('hosts helper compile scope', d, scope);
|
|
||||||
$compile(d)(scope);
|
$compile(d)(scope);
|
||||||
console.info('compiled', $compile(d)(scope));
|
|
||||||
CreateDialog({
|
CreateDialog({
|
||||||
id: 'host-copy-dialog',
|
id: 'host-copy-dialog',
|
||||||
scope: scope,
|
scope: scope,
|
||||||
|
|||||||
@@ -309,7 +309,6 @@ function InventoriesManage($log, $scope, $rootScope, $location,
|
|||||||
$scope.restoreSearch = function() {
|
$scope.restoreSearch = function() {
|
||||||
// Restore search params and related stuff, plus refresh
|
// Restore search params and related stuff, plus refresh
|
||||||
// groups and hosts lists
|
// groups and hosts lists
|
||||||
console.info('the set', PreviousSearchParams.set);
|
|
||||||
SearchInit({
|
SearchInit({
|
||||||
scope: $scope,
|
scope: $scope,
|
||||||
set: PreviousSearchParams.set,
|
set: PreviousSearchParams.set,
|
||||||
|
|||||||
Reference in New Issue
Block a user