mirror of
https://github.com/portainer/portainer.git
synced 2025-07-29 02:09:41 +02:00
fixed cloud in ce menu (#7334)
This commit is contained in:
parent
3356d1abe2
commit
70a7eefa22
1 changed files with 7 additions and 6 deletions
|
@ -111,12 +111,13 @@ export function SettingsSidebar({ isAdmin }: Props) {
|
||||||
data-cy="portainerSidebar-authentication"
|
data-cy="portainerSidebar-authentication"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<SidebarItem
|
{process.env.PORTAINER_EDITION !== 'CE' && (
|
||||||
to="portainer.settings.cloud"
|
<SidebarItem
|
||||||
label="Cloud"
|
to="portainer.settings.cloud"
|
||||||
data-cy="portainerSidebar-cloud"
|
label="Cloud"
|
||||||
/>
|
data-cy="portainerSidebar-cloud"
|
||||||
|
/>
|
||||||
|
)}
|
||||||
<SidebarItem
|
<SidebarItem
|
||||||
to="portainer.settings.edgeCompute"
|
to="portainer.settings.edgeCompute"
|
||||||
label="Edge Compute"
|
label="Edge Compute"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue