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:
parent
c95ffa9e2d
commit
8913e75484
3 changed files with 7 additions and 5 deletions
|
@ -41,6 +41,7 @@ export function ServicesDatatable() {
|
|||
namespaceNames,
|
||||
{
|
||||
autoRefreshRate: tableState.autoRefreshRate * 1000,
|
||||
lookupApplications: true,
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue