mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update src/renderer/components/+add-cluster/add-cluster.tsx
Co-authored-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
f067152d04
commit
5a14e9f7b0
@ -183,7 +183,7 @@ export class AddCluster extends React.Component {
|
|||||||
htmlFor="kube-config-select"
|
htmlFor="kube-config-select"
|
||||||
className="kube-config-select flex gaps align-center box grow"
|
className="kube-config-select flex gaps align-center box grow"
|
||||||
>
|
>
|
||||||
<span className="title">Config file</span>
|
<span className="title">Kubeconfig file</span>
|
||||||
<code>{userStore.kubeConfigPath}</code>
|
<code>{userStore.kubeConfigPath}</code>
|
||||||
</label>
|
</label>
|
||||||
{kubeConfigDefaultPath !== userStore.kubeConfigPath && (
|
{kubeConfigDefaultPath !== userStore.kubeConfigPath && (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user