feat: Add SLA reports page

This commit is contained in:
Muhsin Keloth
2024-03-29 10:03:12 +05:30
parent 6956436a76
commit 8bc7ebb890
5 changed files with 40 additions and 0 deletions
@@ -71,6 +71,13 @@ const reports = accountId => ({
toState: frontendURL(`accounts/${accountId}/reports/teams`),
toStateName: 'team_reports',
},
{
icon: 'people',
label: 'REPORTS_SLA',
hasSubMenu: false,
toState: frontendURL(`accounts/${accountId}/reports/sla`),
toStateName: 'sla_reports',
},
],
});