1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00

fix(services): speed up service count on the kubernetes dashboard [EE-6967] (#11526)

This commit is contained in:
Matt Hook 2024-04-09 15:50:48 +12:00 committed by GitHub
parent c95ffa9e2d
commit 8913e75484
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 5 deletions

View file

@ -34,7 +34,8 @@ export function DashboardView() {
);
const { data: services, ...servicesQuery } = useServicesForCluster(
environmentId,
namespaceNames
namespaceNames,
{ lookupApplications: false }
);
const { data: ingresses, ...ingressesQuery } = useIngresses(
environmentId,