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
cf40902fcd
commit
d3e9cb1c09
@ -20,7 +20,8 @@ import {
|
|||||||
Srvapache,
|
Srvapache,
|
||||||
Nodejs,
|
Nodejs,
|
||||||
Wordpress,
|
Wordpress,
|
||||||
Memcached
|
Memcached,
|
||||||
|
Elastic
|
||||||
} from "../assets/integration-icons";
|
} from "../assets/integration-icons";
|
||||||
import { useInView } from "framer-motion";
|
import { useInView } from "framer-motion";
|
||||||
|
|
||||||
@ -382,7 +383,7 @@ const list2 = [
|
|||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <MongoDB {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Elastic {...props} />,
|
||||||
label: "Elasticsearch",
|
label: "Elasticsearch",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user