Making it so we see etcd metrics for rke.window clusters

https://github.com/rancher/dashboard/issues/812#issuecomment-821351218
This commit is contained in:
Cody Jackson 2021-04-16 10:54:10 -07:00
parent b069085f68
commit b2f555325b
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ export default {
},
isRKE() {
return this.currentCluster.status.provider === 'rke';
return this.currentCluster.status.provider.startsWith('rke');
},
accessibleResources() {