mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(sidebar): qa feedback [EE-5666] (#10452)
This commit is contained in:
parent
da5a4d6714
commit
6a5f5aa424
6 changed files with 10 additions and 106 deletions
|
@ -4,11 +4,11 @@ import {
|
|||
Layers,
|
||||
List,
|
||||
Lock,
|
||||
Share2,
|
||||
Shuffle,
|
||||
Trello,
|
||||
Clipboard,
|
||||
Edit,
|
||||
Network,
|
||||
} from 'lucide-react';
|
||||
|
||||
import {
|
||||
|
@ -136,7 +136,7 @@ export function DockerSidebar({ environmentId, environment }: Props) {
|
|||
<SidebarItem
|
||||
to="docker.networks"
|
||||
params={{ endpointId: environmentId }}
|
||||
icon={Share2}
|
||||
icon={Network}
|
||||
label="Networks"
|
||||
data-cy="dockerSidebar-networks"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue