Change Support menu positon (#2160)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -163,6 +163,34 @@ export const validRoutes = (
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
component: NavLink,
|
||||
to: IAM_PAGES.NOTIFICATIONS_ENDPOINTS,
|
||||
name: "Notifications",
|
||||
icon: LambdaIcon,
|
||||
id: "lambda",
|
||||
},
|
||||
{
|
||||
component: NavLink,
|
||||
to: IAM_PAGES.TIERS,
|
||||
name: "Tiers",
|
||||
icon: TiersIcon,
|
||||
id: "tiers",
|
||||
},
|
||||
{
|
||||
component: NavLink,
|
||||
to: IAM_PAGES.SITE_REPLICATION,
|
||||
name: "Site Replication",
|
||||
icon: RecoverIcon,
|
||||
id: "sitereplication",
|
||||
},
|
||||
{
|
||||
component: NavLink,
|
||||
to: IAM_PAGES.SETTINGS,
|
||||
name: "Configurations",
|
||||
id: "configurations",
|
||||
icon: SettingsIcon,
|
||||
},
|
||||
{
|
||||
name: "Support",
|
||||
id: "support",
|
||||
@@ -213,35 +241,6 @@ export const validRoutes = (
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
component: NavLink,
|
||||
to: IAM_PAGES.NOTIFICATIONS_ENDPOINTS,
|
||||
name: "Notifications",
|
||||
icon: LambdaIcon,
|
||||
id: "lambda",
|
||||
},
|
||||
{
|
||||
component: NavLink,
|
||||
to: IAM_PAGES.TIERS,
|
||||
name: "Tiers",
|
||||
icon: TiersIcon,
|
||||
id: "tiers",
|
||||
},
|
||||
{
|
||||
component: NavLink,
|
||||
to: IAM_PAGES.SITE_REPLICATION,
|
||||
name: "Site Replication",
|
||||
icon: RecoverIcon,
|
||||
id: "sitereplication",
|
||||
},
|
||||
{
|
||||
component: NavLink,
|
||||
to: IAM_PAGES.SETTINGS,
|
||||
name: "Configurations",
|
||||
id: "configurations",
|
||||
icon: SettingsIcon,
|
||||
},
|
||||
{
|
||||
component: NavLink,
|
||||
to: IAM_PAGES.LICENSE,
|
||||
|
||||
Reference in New Issue
Block a user