Examine the Sentinel dashboard frontend module (sentinel dashboard) and locate the flow control rule editing page. The warm up period and queue waiting timeout fields currently lack time unit labels. Add a text hint (e.g., 'seconds') beside or within these fields. Check if the existing code uses i18n for labels and follow the same pattern. The relevant files are likely in the JavaScript views under the dashboard module. The issue is in Chinese, so ensure the hint supports localization if needed.
Dashboard 流控规则页面预热和排队等待相关配置添加时间单位的提示 · alibaba/Sentinel#2027 | Good First Issue