mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Use kubeconfigPath for delete synced clusters confirmation (#3205)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
a12fc68242
commit
2708ca63ed
@ -110,7 +110,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}"?`
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user