feat(ee): Add SLA management UI (#8777)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
Vishnu Narayanan
2024-02-20 23:03:22 -08:00
committed by GitHub
co-authored by Sivin Varghese Muhsin Keloth Pranav
parent d53097f77d
commit cc47ccaa2c
21 changed files with 699 additions and 0 deletions
@@ -111,3 +111,9 @@ export const INBOX_EVENTS = Object.freeze({
DELETE_NOTIFICATION: 'Deleted notification',
DELETE_ALL_NOTIFICATIONS: 'Deleted all notifications',
});
export const SLA_EVENTS = Object.freeze({
CREATE: 'Created an SLA',
UPDATE: 'Updated an SLA',
DELETED: 'Deleted an SLA',
});