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
f6c8c53edc
commit
99c546fae0
@ -22,7 +22,8 @@ import {
|
|||||||
Wordpress,
|
Wordpress,
|
||||||
Memcached,
|
Memcached,
|
||||||
ElasticSe,
|
ElasticSe,
|
||||||
Phpv
|
Phpv,
|
||||||
|
Sshico
|
||||||
} from "../assets/integration-icons";
|
} from "../assets/integration-icons";
|
||||||
import { useInView } from "framer-motion";
|
import { useInView } from "framer-motion";
|
||||||
|
|
||||||
@ -399,7 +400,7 @@ const list2 = [
|
|||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <MongoDB {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Sshico {...props} />,
|
||||||
label: "SSH",
|
label: "SSH",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user