We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when delete last item in the route list , there will no data rendered in the route list, we should update the page query item
No response
apisix version
uname -a
nginx -V
openresty -V
etcd --version
The text was updated successfully, but these errors were encountered:
I can reproduce it too. And I see it's requesting such a URL /apisix/admin/routes?label=&page=2&page_size=10 after deleting the last router.
/apisix/admin/routes?label=&page=2&page_size=10
But the page number is changed to 1 not the previous 2, so it is confusing.
1
2
I think it's better to use the page value in the URL.
page
Sorry, something went wrong.
Please assign this task to me and I will fix it.
oil-oil
Successfully merging a pull request may close this issue.
Issue description
when delete last item in the route list , there will no data rendered in the route list, we should update the page query item
Expected behavior
How to Reproduce
Screenshots
No response
Environment
apisix version
): nulluname -a
): macOSnginx -V
oropenresty -V
): nulletcd --version
): nullAdditional context
No response
The text was updated successfully, but these errors were encountered: