1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

feat(ui): ui-improvements-helm EE-3476 (#7344)

* feat(ui): helm views ui update EE-3476
This commit is contained in:
Ali 2022-08-01 19:13:58 +12:00 committed by GitHub
parent e28a1491d4
commit 57e53d1a21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 283 additions and 119 deletions

View file

@ -1,7 +1,8 @@
import { Box, Edit, Layers, Loader, Lock, Server } from 'react-feather';
import { Box, Edit, Layers, Lock, Server } from 'react-feather';
import { EnvironmentId } from '@/portainer/environments/types';
import { Authorized } from '@/portainer/hooks/useUser';
import Helm from '@/assets/ico/vendor/helm.svg?c';
import { DashboardLink } from '../items/DashboardLink';
import { SidebarItem } from '../SidebarItem';
@ -54,7 +55,7 @@ export function KubernetesSidebar({ environmentId }: Props) {
<SidebarItem
to="kubernetes.templates.helm"
params={{ endpointId: environmentId }}
icon={Loader}
icon={Helm}
label="Helm"
data-cy="k8sSidebar-helm"
/>