mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix lint issues
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
32b2e82871
commit
45a78d2df7
@ -161,16 +161,16 @@ export class DeleteClusterDialog extends React.Component {
|
||||
if (cluster.isInLocalKubeconfig()) {
|
||||
return (
|
||||
<div>
|
||||
Delete the <b>{cluster.getMeta().name}</b> context from Lens's internal kubeconfig?
|
||||
Delete the <b>{cluster.getMeta().name}</b> context from Lens's internal kubeconfig?
|
||||
</div>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
Delete the <b>{cluster.getMeta().name}</b> context from <b>{cluster.kubeConfigPath}</b>?
|
||||
</div>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
getWarningMessage() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user