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
56fe758eff
commit
04a435ed44
@ -16,7 +16,8 @@ import {
|
||||
Ufw,
|
||||
Docker,
|
||||
Named,
|
||||
Srvnginx
|
||||
Srvnginx,
|
||||
Srvapache
|
||||
} from "../assets/integration-icons";
|
||||
import { useInView } from "framer-motion";
|
||||
|
||||
@ -358,7 +359,7 @@ const list2 = [
|
||||
tooltip: null,
|
||||
},
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <SQLite {...props} />,
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Srvapache {...props} />,
|
||||
label: "Apache",
|
||||
tooltip: null,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user