1
0
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:
Roman 2020-08-25 10:56:14 +03:00 committed by GitHub
parent f067152d04
commit 5a14e9f7b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && (