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:
parent
c0dbd5878d
commit
49a0c50023
@ -124,7 +124,7 @@ export class KubernetesCluster extends CatalogEntity<CatalogEntityMetadata, Kube
|
|||||||
},
|
},
|
||||||
confirm: {
|
confirm: {
|
||||||
// TODO: change this to be a <p> tag with better formatting once this code can accept it.
|
// 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