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
22626473a6
commit
a29069479c
@ -315,7 +315,7 @@ const PackageItem = (props: {
|
||||
|
||||
const list1 = [
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Nest {...props} />,
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Srvnginx {...props} />,
|
||||
label: "Nginx",
|
||||
tooltip: null,
|
||||
},
|
||||
@ -363,7 +363,7 @@ const list2 = [
|
||||
tooltip: null,
|
||||
},
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <MsSqlServer {...props} />,
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Srvnginx {...props} />,
|
||||
label: "Nginx",
|
||||
tooltip: null,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user