Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic
2024-02-28 12:03:32 +01:00
committed by GitHub
parent 8e7e1bfbd9
commit a9e3e15fd9

View File

@@ -13,7 +13,7 @@ import {
MsSqlServer,
SQLite,
Redis,
Firewall,
Ufw,
Docker,
Named
} from "../assets/integration-icons";
@@ -329,7 +329,7 @@ const list1 = [
tooltip: null,
},
{
icon: (props: SVGProps<SVGSVGElement>) => <Firewall {...props} />,
icon: (props: SVGProps<SVGSVGElement>) => <Ufw {...props} />,
label: "UFW",
tooltip: null,
},