mirror of https://github.com/rancher/ui.git
revert fix i should not have put in for editing custom cluster
rancher/rancher#22080
This commit is contained in:
parent
b9e44dbd39
commit
35c250097a
|
|
@ -114,7 +114,7 @@ export default Resource.extend(Grafana, ResourceUsage, {
|
||||||
if ( firstTemplate ) {
|
if ( firstTemplate ) {
|
||||||
return get(firstTemplate, 'driver');
|
return get(firstTemplate, 'driver');
|
||||||
} else {
|
} else {
|
||||||
return 'custom';
|
return null;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return 'custom';
|
return 'custom';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue