Skip to content

Commit

Permalink
Fix to hide, by default, store intervals that are practically non-ope…
Browse files Browse the repository at this point in the history
…rational
  • Loading branch information
iliajie committed Oct 28, 2024
1 parent f5752d5 commit aac981c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
9 changes: 5 additions & 4 deletions lang/en
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,8 @@ settings_sysinfo_real_time_status_history1=Yes, and store stats for
settings_sysinfo_real_time_status_history2=Yes, without storing stats
settings_sysinfo_real_time_status_history_duration1=20 minutes
settings_sysinfo_real_time_status_history_duration2=1 hour
settings_sysinfo_real_time_status_history_duration3=6 hours
settings_sysinfo_real_time_status_history_duration4=12 hours
settings_sysinfo_real_time_status_history_duration5=18 hours
settings_sysinfo_real_time_status_history_duration6=24 hours
settings_sysinfo_real_time_status_history_duration3=3 hours
settings_sysinfo_real_time_status_history_duration4=6 hours
settings_sysinfo_real_time_status_history_duration5=12 hours
settings_sysinfo_real_time_status_history_duration6=18 hours
settings_sysinfo_real_time_status_history_duration7=24 hours
9 changes: 5 additions & 4 deletions tconfig-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -573,10 +573,11 @@ sub theme_settings_format
[
[(1200, $theme_text{"${realtime_pref}history_duration1"})],
[(3600, $theme_text{"${realtime_pref}history_duration2"})],
[(21600, $theme_text{"${realtime_pref}history_duration3"})],
[(43200, $theme_text{"${realtime_pref}history_duration4"})],
[(64800, $theme_text{"${realtime_pref}history_duration5"})],
[(86400, $theme_text{"${realtime_pref}history_duration6"})]
[(10800, $theme_text{"${realtime_pref}history_duration3"})],
[(21600, $theme_text{"${realtime_pref}history_duration4"})],
[(43200, $theme_text{"${realtime_pref}history_duration5"})],
[(64800, $theme_text{"${realtime_pref}history_duration6"})],
[(86400, $theme_text{"${realtime_pref}history_duration7"})]
]);
$v = ui_radio($k, $v, [
[1, $theme_text{"${realtime_pref}history1"}.$select],
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion unauthenticated/js/bundle.min.js

Large diffs are not rendered by default.

Binary file modified unauthenticated/js/bundle.min.js.gz
Binary file not shown.

0 comments on commit aac981c

Please sign in to comment.