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 validateDirectoryInjectable from "../../../../common/fs/validate-directory.injectable";
|
||||||
import type { ResolveTilde } from "../../../../common/path/resolve-tilde.injectable";
|
import type { ResolveTilde } from "../../../../common/path/resolve-tilde.injectable";
|
||||||
import resolveTildeInjectable from "../../../../common/path/resolve-tilde.injectable";
|
import resolveTildeInjectable from "../../../../common/path/resolve-tilde.injectable";
|
||||||
|
import Gutter from "../../gutter/gutter";
|
||||||
|
|
||||||
export interface ClusterLocalTerminalSettingProps {
|
export interface ClusterLocalTerminalSettingProps {
|
||||||
cluster: Cluster;
|
cluster: Cluster;
|
||||||
@ -139,6 +140,7 @@ const NonInjectedClusterLocalTerminalSetting = observer(({
|
|||||||
this is used as the current working directory (cwd) for the shell process.
|
this is used as the current working directory (cwd) for the shell process.
|
||||||
</small>
|
</small>
|
||||||
</section>
|
</section>
|
||||||
|
<Gutter />
|
||||||
<section className="default-namespace">
|
<section className="default-namespace">
|
||||||
<SubTitle title="Default Namespace"/>
|
<SubTitle title="Default Namespace"/>
|
||||||
<Input
|
<Input
|
||||||
|
|||||||
@ -11,6 +11,7 @@ import { Input } from "../../input/input";
|
|||||||
import { observer } from "mobx-react";
|
import { observer } from "mobx-react";
|
||||||
import { Icon } from "../../icon/icon";
|
import { Icon } from "../../icon/icon";
|
||||||
import { initialNodeShellImage } from "../../../../common/cluster-types";
|
import { initialNodeShellImage } from "../../../../common/cluster-types";
|
||||||
|
import Gutter from "../../gutter/gutter";
|
||||||
|
|
||||||
export interface ClusterNodeShellSettingProps {
|
export interface ClusterNodeShellSettingProps {
|
||||||
cluster: Cluster;
|
cluster: Cluster;
|
||||||
@ -59,6 +60,7 @@ export class ClusterNodeShellSetting extends React.Component<ClusterNodeShellSet
|
|||||||
Node shell image. Used for creating node shell pod.
|
Node shell image. Used for creating node shell pod.
|
||||||
</small>
|
</small>
|
||||||
</section>
|
</section>
|
||||||
|
<Gutter />
|
||||||
<section>
|
<section>
|
||||||
<SubTitle title="Image pull secret" id="image-pull-secret"/>
|
<SubTitle title="Image pull secret" id="image-pull-secret"/>
|
||||||
<Input
|
<Input
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user