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