1
0
Fork 0
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:
Matt Hook 2024-01-04 18:54:04 +13:00 committed by GitHub
parent 95358c204b
commit ecd603db8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View file

@ -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 }) =>