diff options
author | Jon Kolb <kolbyjack@gmail.com> | 2019-06-11 17:48:42 +0800 |
---|---|---|
committer | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-06-25 09:31:23 +0800 |
commit | 4e283ee706b11fd3b918230976addc9a70603ce6 (patch) | |
tree | 17c39d55c76ce24380f4805c733c823b63222d85 /app/helpers | |
parent | db9783f7826ed5ba58a8941dd80a1cd7dda517b0 (diff) | |
download | gitlab-ce-4e283ee706b11fd3b918230976addc9a70603ce6.tar.gz |
Limit time tracking values to hours
Adds an instance setting to limit display of time tracking
values to hours only
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/application_settings_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/application_settings_helper.rb b/app/helpers/application_settings_helper.rb index 4469118f065..596ac1c4c1e 100644 --- a/app/helpers/application_settings_helper.rb +++ b/app/helpers/application_settings_helper.rb @@ -253,6 +253,7 @@ module ApplicationSettingsHelper :throttle_unauthenticated_enabled, :throttle_unauthenticated_period_in_seconds, :throttle_unauthenticated_requests_per_period, + :time_tracking_display_hours_only, :two_factor_grace_period, :unique_ips_limit_enabled, :unique_ips_limit_per_user, |