mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Removed unused function
This commit is contained in:
@@ -255,11 +255,6 @@ function SmartSearchController (
|
|||||||
|
|
||||||
$scope.searchTags = qs.stripDefaultParams(queryset, defaults);
|
$scope.searchTags = qs.stripDefaultParams(queryset, defaults);
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.hideUnfilterable = (field) => {
|
|
||||||
console.log(field);
|
|
||||||
return !(typeof field.value.filterable === "boolean" && field.value.filterable === false);
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SmartSearchController.$inject = [
|
SmartSearchController.$inject = [
|
||||||
|
|||||||
Reference in New Issue
Block a user