This is an automated email from the ASF dual-hosted git repository.
zhengqiwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 2eb856fff [Improve] changed scroll of intervals in New Monitor page
(#3726)
2eb856fff is described below
commit 2eb856fffb982bc678b7bac9d6e016dccfd0be9b
Author: carl pinto <[email protected]>
AuthorDate: Fri Aug 29 21:32:29 2025 +0530
[Improve] changed scroll of intervals in New Monitor page (#3726)
---
web-app/src/app/shared/components/form-field/form-field.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/web-app/src/app/shared/components/form-field/form-field.component.html
b/web-app/src/app/shared/components/form-field/form-field.component.html
index a4baba655..078d8fadd 100644
--- a/web-app/src/app/shared/components/form-field/form-field.component.html
+++ b/web-app/src/app/shared/components/form-field/form-field.component.html
@@ -196,7 +196,7 @@
(ngModelChange)="onChange($event)"
[nzMin]="extra.interval_type === 'push' ? 1 : 10"
[nzMax]="604800"
- [nzStep]="extra.interval_type === 'push' ? 1 : 60"
+ [nzStep]="extra.interval_type === 'push' ? 1 : 10"
name="intervals"
id="intervals"
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]