mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Removed unused function
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user