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
ec30394179
commit
66baa3d2d3
@ -24,8 +24,7 @@ import {
|
|||||||
ElasticSe,
|
ElasticSe,
|
||||||
Phpv,
|
Phpv,
|
||||||
Sshico,
|
Sshico,
|
||||||
Phpmyadmin,
|
Phpmyadmin
|
||||||
Pythonico
|
|
||||||
} from "../assets/integration-icons";
|
} from "../assets/integration-icons";
|
||||||
import { useInView } from "framer-motion";
|
import { useInView } from "framer-motion";
|
||||||
|
|
||||||
@ -361,11 +360,6 @@ const list2 = [
|
|||||||
label: "NodeJS",
|
label: "NodeJS",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <Pythonico {...props} />,
|
|
||||||
label: "Python",
|
|
||||||
tooltip: null,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <MySql {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <MySql {...props} />,
|
||||||
label: "MySQL",
|
label: "MySQL",
|
||||||
|
Loading…
Reference in New Issue
Block a user