mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #~: fix redirect create vnet fireedge (#2311)
This commit is contained in:
parent
c78e7f614b
commit
2e49768d1e
@ -451,12 +451,6 @@ const ENDPOINTS = [
|
||||
title: T.Networks,
|
||||
icon: NetworksIcon,
|
||||
routes: [
|
||||
{
|
||||
title: T.VirtualNetworks,
|
||||
description: (params) => `#${params?.id}`,
|
||||
path: PATH.NETWORK.VNETS.DETAIL,
|
||||
Component: VirtualNetworksDetail,
|
||||
},
|
||||
{
|
||||
title: T.VirtualNetworks,
|
||||
path: PATH.NETWORK.VNETS.LIST,
|
||||
@ -464,13 +458,6 @@ const ENDPOINTS = [
|
||||
icon: NetworkIcon,
|
||||
Component: VirtualNetworks,
|
||||
},
|
||||
{
|
||||
title: T.NetworkTemplates,
|
||||
path: PATH.NETWORK.VN_TEMPLATES.LIST,
|
||||
sidebar: true,
|
||||
icon: NetworkTemplateIcon,
|
||||
Component: VNetworkTemplates,
|
||||
},
|
||||
{
|
||||
title: (_, state) =>
|
||||
state?.ID !== undefined
|
||||
@ -481,6 +468,19 @@ const ENDPOINTS = [
|
||||
path: PATH.NETWORK.VNETS.CREATE,
|
||||
Component: CreateVirtualNetwork,
|
||||
},
|
||||
{
|
||||
title: T.VirtualNetworks,
|
||||
description: (params) => `#${params?.id}`,
|
||||
path: PATH.NETWORK.VNETS.DETAIL,
|
||||
Component: VirtualNetworksDetail,
|
||||
},
|
||||
{
|
||||
title: T.NetworkTemplates,
|
||||
path: PATH.NETWORK.VN_TEMPLATES.LIST,
|
||||
sidebar: true,
|
||||
icon: NetworkTemplateIcon,
|
||||
Component: VNetworkTemplates,
|
||||
},
|
||||
{
|
||||
title: T.SecurityGroups,
|
||||
path: PATH.NETWORK.SEC_GROUPS.LIST,
|
||||
|
Loading…
x
Reference in New Issue
Block a user