fixed cloud in ce menu (#7334)

pull/7339/head
Richard Wei 2 years ago committed by GitHub
parent 3356d1abe2
commit 70a7eefa22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,12 +111,13 @@ export function SettingsSidebar({ isAdmin }: Props) {
data-cy="portainerSidebar-authentication"
/>
)}
<SidebarItem
to="portainer.settings.cloud"
label="Cloud"
data-cy="portainerSidebar-cloud"
/>
{process.env.PORTAINER_EDITION !== 'CE' && (
<SidebarItem
to="portainer.settings.cloud"
label="Cloud"
data-cy="portainerSidebar-cloud"
/>
)}
<SidebarItem
to="portainer.settings.edgeCompute"
label="Edge Compute"

Loading…
Cancel
Save