mirror of https://github.com/rancher/dashboard.git
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:
parent
b069085f68
commit
b2f555325b
|
|
@ -177,7 +177,7 @@ export default {
|
|||
},
|
||||
|
||||
isRKE() {
|
||||
return this.currentCluster.status.provider === 'rke';
|
||||
return this.currentCluster.status.provider.startsWith('rke');
|
||||
},
|
||||
|
||||
accessibleResources() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue