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:
parent
0eee5a07c5
commit
892b105a6b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user