-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow sorting the resources by Last Updated At #469
Conversation
585f709
to
bca4dfc
Compare
c203b41
to
7ca6438
Compare
The patch overall looks good to me, just a suggestion should we change the name from |
/approve |
/approve |
if I increase screen's resolution |
@vinamra28 Can you please fix this? |
Currently if we increase the screen resolution today as well, it will looks as the above screenshot, |
@vinamra28 Can you please change it to |
7ca6438
to
22a1dc7
Compare
@PuneetPunamiya @piyush-garg @pratap0007 updated the PR. PTAL |
PR looks good to me thanks for updating it , regarding css style of sortBy one way we can improve a bit if |
22a1dc7
to
d8c9429
Compare
712be3c
to
1de0f54
Compare
Currently hub allows sorting of resources by name or rating. A user might want to reorder the resources on the basis of their last updated date. Adding one more parameter of LastUpdated in Dropdown of sorting. Signed-off-by: vinamra28 <[email protected]>
1de0f54
to
132bd9f
Compare
/retest |
Thanks for updating it and looks good to me cc @piyush-garg @PuneetPunamiya |
/approve |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: PuneetPunamiya, sm43 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Changes
Currently hub allows sorting of resources by name or rating. A user
might want to reorder the resources on the basis of their last updated
date. Adding one more parameter of LastUpdated in Dropdown of sorting.
closes #371
Signed-off-by: vinamra28 [email protected]
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make api-check
make ui-check
See the contribution guide for more details.