1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 23:09: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

@ -41,6 +41,7 @@ export function ServicesDatatable() {
namespaceNames,
{
autoRefreshRate: tableState.autoRefreshRate * 1000,
lookupApplications: true,
}
);