mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +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,4 +1,4 @@
|
|||
import { Plus, Share2, Trash2 } from 'lucide-react';
|
||||
import { Plus, Network, Trash2 } from 'lucide-react';
|
||||
|
||||
import { Authorized } from '@/react/hooks/useUser';
|
||||
import { useEnvironmentId } from '@/react/hooks/useEnvironmentId';
|
||||
|
@ -56,7 +56,7 @@ export function NetworksDatatable({ dataset, onRemove, onRefresh }: Props) {
|
|||
<ExpandableDatatable<DecoratedNetwork>
|
||||
settingsManager={settings}
|
||||
title="Networks"
|
||||
titleIcon={Share2}
|
||||
titleIcon={Network}
|
||||
dataset={dataset}
|
||||
columns={columns}
|
||||
getRowCanExpand={({ original: item }) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue