mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Removed unused function
This commit is contained in:
parent
368a037062
commit
84c0fdfa4a
@ -255,11 +255,6 @@ function SmartSearchController (
|
||||
|
||||
$scope.searchTags = qs.stripDefaultParams(queryset, defaults);
|
||||
};
|
||||
|
||||
$scope.hideUnfilterable = (field) => {
|
||||
console.log(field);
|
||||
return !(typeof field.value.filterable === "boolean" && field.value.filterable === false);
|
||||
};
|
||||
}
|
||||
|
||||
SmartSearchController.$inject = [
|
||||
|
Loading…
Reference in New Issue
Block a user