Skip to content

Commit

Permalink
Refactor: Omnichannel Analytics (#18766)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh committed Sep 18, 2020
1 parent af87941 commit b3d132f
Show file tree
Hide file tree
Showing 18 changed files with 382 additions and 562 deletions.
8 changes: 0 additions & 8 deletions app/livechat/client/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ AccountBox.addRoute({
pageTemplate: 'livechatDashboard',
}, livechatManagerRoutes, load);

AccountBox.addRoute({
name: 'livechat-analytics',
path: '/analytics',
sideNav: 'omnichannelFlex',
i18nPageTitle: 'Analytics',
pageTemplate: 'livechatAnalytics',
}, livechatManagerRoutes, load);

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

This file was deleted.

Loading

0 comments on commit b3d132f

Please sign in to comment.