Skip to content

Commit

Permalink
Refactor: Omnichannel Realtime Monitoring (#18666)
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Gazzo <[email protected]>
  • Loading branch information
gabriellsh and ggazzo committed Sep 2, 2020
1 parent d00c991 commit e30af61
Show file tree
Hide file tree
Showing 28 changed files with 816 additions and 517 deletions.
8 changes: 0 additions & 8 deletions app/livechat/client/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ AccountBox.addRoute({
pageTemplate: 'livechatAnalytics',
}, livechatManagerRoutes, load);

AccountBox.addRoute({
name: 'livechat-real-time-monitoring',
path: '/real-time-monitoring',
sideNav: 'omnichannelFlex',
i18nPageTitle: 'Real_Time_Monitoring',
pageTemplate: 'livechatRealTimeMonitoring',
}, livechatManagerRoutes, load);

AccountBox.addRoute({
name: 'livechat-departments',
path: '/departments',
Expand Down
1 change: 0 additions & 1 deletion app/livechat/client/views/admin.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import './app/analytics/livechatAnalytics';
import './app/analytics/livechatAnalyticsCustomDaterange';
import './app/analytics/livechatAnalyticsDaterange';
import './app/analytics/livechatRealTimeMonitoring';
import './app/livechatDashboard.html';
import './app/livechatDepartmentForm';
import './app/livechatDepartments';

This file was deleted.

Loading

0 comments on commit e30af61

Please sign in to comment.