1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Use kubeconfigPath for delete synced clusters confirmation

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-06-28 14:46:08 -04:00
parent c0dbd5878d
commit 49a0c50023

View File

@ -124,7 +124,7 @@ export class KubernetesCluster extends CatalogEntity<CatalogEntityMetadata, Kube
},
confirm: {
// TODO: change this to be a <p> tag with better formatting once this code can accept it.
message: `Delete the "${this.metadata.name}" context from "${this.metadata.labels.file}"?`
message: `Delete the "${this.metadata.name}" context from "${this.spec.kubeconfigPath}"?`
}
},
);