Skip to content

Commit

Permalink
add service_catalog_instance filter in ResourceApi
Browse files Browse the repository at this point in the history
  • Loading branch information
a-belhadj authored and Sispheor committed Oct 10, 2023
1 parent 16ebc64 commit 0571967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource_tracker_v2/filters/resource_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
class ResourceFilter(TagFilterset):
class Meta:
model = Resource
fields = ['resource_group', 'name', 'tag']
fields = ['resource_group','service_catalog_instance', 'name', 'tag']

0 comments on commit 0571967

Please sign in to comment.