mirror of https://github.com/rancher/dashboard.git
fix count filtering for all products in explorer
This commit is contained in:
parent
7a5ac7d3ac
commit
6f71ff3f0c
|
|
@ -141,7 +141,7 @@ export const getters = {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !product.showNamespaceFilter ) {
|
if ( !product.showNamespaceFilter && !getters['isExplorer'] ) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue