Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Commit

Permalink
update tab names and re-order (#47)
Browse files Browse the repository at this point in the history
🐿 v2.7.0
  • Loading branch information
jkerr321 authored Feb 7, 2018
1 parent b63b754 commit 1e2c574
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions navigation-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,29 @@ module.exports = (licence, selectedTab, path) => {
const licenceId = licence || '';
const items = [
{
name: 'Overview',
name: 'Your Overview',
href: `/overview/${licenceId}`,
trackable: 'overview',
},
{
name: 'Content Distribution',
name: 'Manage Users',
href: `/users/${licenceId}`,
trackable: 'users',
showFlag: 'katUsersManagement'
},
{
name: 'Manage Groups',
href: `/groups/${licenceId}`,
trackable: 'groups',
showFlag: 'katGroupManagement'
},
{
name: 'Select Topics',
href: `/myft/${licenceId}`,
trackable: 'content-distribution',
},
{
name: 'Usage Reports',
name: 'Usage Insights',
href: `/usage/${licenceId}`,
trackable: 'usage-reports',
showFlag: 'katUsagePage'
Expand All @@ -23,18 +35,6 @@ module.exports = (licence, selectedTab, path) => {
trackable: 'licence-admin',
hideFlag: 'katUsersManagement'
},
{
name: 'User Management',
href: `/users/${licenceId}`,
trackable: 'users',
showFlag: 'katUsersManagement'
},
{
name: 'Groups',
href: `/groups/${licenceId}`,
trackable: 'groups',
showFlag: 'katGroupManagement'
},
{
name: 'My Account',
href: 'https://myaccount.ft.com/',
Expand Down

0 comments on commit 1e2c574

Please sign in to comment.