Commit aa2e6e56 authored by Kushal Pandya's avatar Kushal Pandya

GroupMemberContributions App Constants

parent 644d2cef
import { __ } from '~/locale';
const COLUMNS = [
{ name: 'fullname', text: __('Name') },
{ name: 'push', text: __('Pushed') },
{ name: 'issuesCreated', text: __('Opened issues') },
{ name: 'issuesClosed', text: __('Closed issues') },
{ name: 'mergeRequestsCreated', text: __('Opened MR') },
{ name: 'mergeRequestsMerged', text: __('Accepted MR') },
{ name: 'totalEvents', text: __('Total Contributions') },
];
export default COLUMNS;
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