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

Add missing gutter between sections in cluster settings (#6631)

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-11-23 11:16:46 +02:00 committed by GitHub
parent 0eee5a07c5
commit 892b105a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import type { ValidateDirectory } from "../../../../common/fs/validate-directory
import validateDirectoryInjectable from "../../../../common/fs/validate-directory.injectable";
import type { ResolveTilde } from "../../../../common/path/resolve-tilde.injectable";
import resolveTildeInjectable from "../../../../common/path/resolve-tilde.injectable";
import Gutter from "../../gutter/gutter";
export interface ClusterLocalTerminalSettingProps {
cluster: Cluster;
@ -139,6 +140,7 @@ const NonInjectedClusterLocalTerminalSetting = observer(({
this is used as the current working directory (cwd) for the shell process.
</small>
</section>
<Gutter />
<section className="default-namespace">
<SubTitle title="Default Namespace"/>
<Input

View File

@ -11,6 +11,7 @@ import { Input } from "../../input/input";
import { observer } from "mobx-react";
import { Icon } from "../../icon/icon";
import { initialNodeShellImage } from "../../../../common/cluster-types";
import Gutter from "../../gutter/gutter";
export interface ClusterNodeShellSettingProps {
cluster: Cluster;
@ -59,6 +60,7 @@ export class ClusterNodeShellSetting extends React.Component<ClusterNodeShellSet
Node shell image. Used for creating node shell pod.
</small>
</section>
<Gutter />
<section>
<SubTitle title="Image pull secret" id="image-pull-secret"/>
<Input