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:
parent
119712427a
commit
5230395f80
@ -12,7 +12,10 @@ import {
|
||||
MySql,
|
||||
MsSqlServer,
|
||||
SQLite,
|
||||
Redis
|
||||
Redis,
|
||||
Firewall,
|
||||
Docker,
|
||||
Named
|
||||
} from "../assets/integration-icons";
|
||||
import { useInView } from "framer-motion";
|
||||
|
||||
@ -321,17 +324,17 @@ const list1 = [
|
||||
tooltip: null,
|
||||
},
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Supabase {...props} />,
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Docker {...props} />,
|
||||
label: "Docker",
|
||||
tooltip: null,
|
||||
},
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Hasura {...props} />,
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Firewall {...props} />,
|
||||
label: "UFW",
|
||||
tooltip: null,
|
||||
},
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Airtable {...props} />,
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Named {...props} />,
|
||||
label: "Named",
|
||||
tooltip: null,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user