diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-20 09:08:36 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-20 09:08:36 +0000 |
commit | 19e00b948726c0f7ca27dd92200493803499a4e1 (patch) | |
tree | 0df898db4ba20af4b4de2baf39285fe4d113d148 /app/controllers/groups | |
parent | ca5ebd2044ce696cc1aafc8a80a606e20f2c9e4b (diff) | |
download | gitlab-ce-19e00b948726c0f7ca27dd92200493803499a4e1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/groups')
-rw-r--r-- | app/controllers/groups/usage_quotas_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups/usage_quotas_controller.rb b/app/controllers/groups/usage_quotas_controller.rb index 9954805f862..29878f0001d 100644 --- a/app/controllers/groups/usage_quotas_controller.rb +++ b/app/controllers/groups/usage_quotas_controller.rb @@ -5,7 +5,7 @@ module Groups before_action :authorize_read_usage_quotas! before_action :verify_usage_quotas_enabled! - feature_category :subscription_usage_reports + feature_category :subscription_cost_management urgency :low def index |