mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix title of service account dialog (#3883)
This commit is contained in:
parent
3c77c06519
commit
17e97f16c9
@ -153,7 +153,7 @@ export function openServiceAccountKubeConfig(account: ServiceAccount) {
|
|||||||
const namespace = account.getNs();
|
const namespace = account.getNs();
|
||||||
|
|
||||||
KubeConfigDialog.open({
|
KubeConfigDialog.open({
|
||||||
title: "{accountName} kubeconfig",
|
title: `${accountName} kubeconfig`,
|
||||||
loader: () => apiBase.get(`/kubeconfig/service-account/${namespace}/${accountName}`)
|
loader: () => apiBase.get(`/kubeconfig/service-account/${namespace}/${accountName}`)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user