Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
805
Merge Requests
54
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
ea78a039
Commit
ea78a039
authored
30 minutes ago
by
Mark Harding
Browse files
Options
Download
(chore): remove old analytics page for channels - closes engine#1129
parent
24583f57
master
No related merge requests found
Pipeline
#96153026
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
src/app/modules/analytics/analytics.module.ts
View file @
ea78a039
...
...
@@ -71,16 +71,7 @@ const routes: Routes = [
path
:
'
analytics
'
,
component
:
AnalyticsComponent
,
children
:
[
{
path
:
''
,
redirectTo
:
'
channel
'
,
pathMatch
:
'
full
'
},
{
path
:
'
channel
'
,
component
:
ChannelAnalyticsComponent
,
children
:
[
{
path
:
''
,
redirectTo
:
'
activity
'
,
pathMatch
:
'
full
'
},
{
path
:
'
activity
'
,
component
:
ChannelGeneralAnalyticsComponent
},
{
path
:
'
reach
'
,
component
:
ChannelReachAnalyticsComponent
},
],
},
{
path
:
''
,
redirectTo
:
'
dashboard/
'
,
pathMatch
:
'
full
'
},
{
path
:
'
admin
'
,
component
:
AdminAnalyticsComponent
,
...
...
This diff is collapsed.
Please
register
or
sign in
to comment