Commit 027c4222 authored by Logan King's avatar Logan King

Clean up operations dashboard usage data method

parent e27a1856
---
title: Add operations dashboard usage counts to usage data
merge_request: 9291
author:
type: added
......@@ -106,7 +106,6 @@ module EE
end
def operations_dashboard_usage
users_with_ops_dashboard_as_default = count(::User.active.where(dashboard: 'operations'))
users_with_projects_added = count(UsersOpsDashboardProject.select('distinct user_id'))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment