mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(docker-networks): use Network icon for networks [EE-6507] (#10913)
This commit is contained in:
parent
95358c204b
commit
ecd603db8c
5 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Fragment } from 'react';
|
||||
import { Share2, Trash2 } from 'lucide-react';
|
||||
import { Network, Trash2 } from 'lucide-react';
|
||||
|
||||
import DockerNetworkHelper from '@/docker/helpers/networkHelper';
|
||||
import { Authorized } from '@/react/hooks/useUser';
|
||||
|
@ -31,7 +31,7 @@ export function NetworkDetailsTable({
|
|||
|
||||
return (
|
||||
<TableContainer>
|
||||
<TableTitle label="Network details" icon={Share2} />
|
||||
<TableTitle label="Network details" icon={Network} />
|
||||
<DetailsTable dataCy="networkDetails-detailsTable">
|
||||
{/* networkRowContent */}
|
||||
<DetailsTable.Row label="Name">{network.Name}</DetailsTable.Row>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue