diff options
| author | Andrew Smirnov <72158444+sandrew-uj@users.noreply.github.com> | 2026-04-19 22:37:34 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-19 22:37:34 +0300 |
| commit | e986a133f80b6b1fb231887806f4853edd540d7b (patch) | |
| tree | e1ef901abe2137a4cbe0d16596dc8cc820f8d903 /web/html/form | |
| parent | 7466916e0206d55826d74f37c251bb5e40182c00 (diff) | |
Add new hourly reset traffic (#3966)
* Add new hourly reset traffic
* fix
Diffstat (limited to 'web/html/form')
| -rw-r--r-- | web/html/form/inbound.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/form/inbound.html b/web/html/form/inbound.html index 8b59dc28..5c982b6c 100644 --- a/web/html/form/inbound.html +++ b/web/html/form/inbound.html @@ -73,6 +73,8 @@ :dropdown-class-name="themeSwitcher.currentTheme"> <a-select-option value="never">{{ i18n "pages.inbounds.periodicTrafficReset.never" }}</a-select-option> + <a-select-option value="hourly">{{ i18n + "pages.inbounds.periodicTrafficReset.hourly" }}</a-select-option> <a-select-option value="daily">{{ i18n "pages.inbounds.periodicTrafficReset.daily" }}</a-select-option> <a-select-option value="weekly">{{ i18n |
