ligreman opened a new issue, #2997: URL: https://github.com/apache/apisix-dashboard/issues/2997
### Issue description It occurs in the Dashboard, when creating or editing an Upstream, in the section Unhealthy Status. The **Interval** parameter, is described as: _Interval between active health checks for unhealthy targets (in seconds). A value of zero indicates that active probes for healthy targets should not be performed._ But the input field to type that Interval has the minimun value set as 1 (validation made usgin the html attribute). So it is impossible to set it as 0. ### Expected behavior The min value for the Interval field in all the formularies in the dashboard should be 0, in order to disable that probes. ### How to Reproduce 1. Open the Apisix Dashboard. 2. Create or edit an Upstream. 3. Go to the section Unhealthy Status. 4. Try to set a value of 0 to the Interval input field. 5. It does not allow a 0, and set automatically a 1 as value. ### Screenshots _No response_ ### Environment ### Additional context I have read that a new dashboard is in the Roadmap, so I create this bug not to be resolved in the current version but to be taken into account when building the new version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org