mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
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…
x
Reference in New Issue
Block a user