Add pagination and search capabilities to the policies feature UI #12662
Labels
4.x.x
Feature/OperationPolicies
Operation policies feature related issues
Priority/Normal
React-UI
Type/Improvement
Describe your problem(s)
We need to enhance the current UI implementation of the
Operation Level Policy Support
feature to support pagination. As of now, we limit the retrieved policy count to 50. We need to avoid hardcoding this value and move to a proper pagination supported approach.Also, since the policy list can get quite lengthy, we need to provide a searching capability within the policy list that appears under each API's
Policies
tab.Describe your solution
For pagination effort:
limit
andoffset
parameters when retrieving the policy list (note that the backend support for this already exists, and this is a UI fix).See more ...
option.For search effort:
Policy List
under thePolicies
tab. Please refer to the below attached screenshot which depicts the suggested approach for this.How will you implement it
Please find the suggestion for the
Policies
tab related enhancements:The text was updated successfully, but these errors were encountered: