mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update enterprise-data-source.tsx
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user