-
Notifications
You must be signed in to change notification settings - Fork 534
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
There is a problem with the dashboard display #1959
Comments
looking into it , wait for a while, thank you for your time @zuiyangqingzhou |
yes you are right @zuiyangqingzhou i just checked this, @juzhiyuan what's you opinion on this |
https://github.com/apache/apisix/blob/master/apisix/schema_def.lua#L196-L200 Hi, I just searched the schema_def file, and this field is existed indeed, which part is incorrect? @iamayushdas @zuiyangqingzhou |
https://github.com/apache/apisix/blob/master/apisix/schema_def.lua#L146-L168 @zuiyangqingzhou Dashboard's fields are according to above schema_def file, there doesn't have This is an i18n issue, @guoqqqi could fix this. |
Okay, I'll go to the apisix project to ask |
Since the dashboard I18n has been modified by #1963 , close this issue now. And for the details about Thanks~ |
Issue description
On the upstream service settings page of the dashboard, there is a health check-unhealthy setting. One of the options is the timeout period. This is wrong. This option should be the number of unhealthy statuses.
As shown below
Expected behavior
How to Reproduce
Screenshots
Environment
apisix version
):uname -a
):nginx -V
oropenresty -V
):curl http://127.0.0.1:9090/v1/server_info
to get the info from server-info API):Additional context
The text was updated successfully, but these errors were encountered: