diff --git a/app/kubernetes/components/helm/helm-templates/helm-add-repository/helm-add-repository.html b/app/kubernetes/components/helm/helm-templates/helm-add-repository/helm-add-repository.html index 275ba4847..c79ab1c7e 100644 --- a/app/kubernetes/components/helm/helm-templates/helm-add-repository/helm-add-repository.html +++ b/app/kubernetes/components/helm/helm-templates/helm-add-repository/helm-add-repository.html @@ -11,9 +11,11 @@
- - - Add a Helm repository. All Helm charts in the repository will be added to the list. + +
+ +
+
Add a Helm repository. All Helm charts in the repository will be added to the list.
diff --git a/app/kubernetes/views/configure/configure.html b/app/kubernetes/views/configure/configure.html index b259f46bd..23033abde 100644 --- a/app/kubernetes/views/configure/configure.html +++ b/app/kubernetes/views/configure/configure.html @@ -27,13 +27,13 @@

Enabling the load balancer feature will allow users to expose application they deploy over an external IP address assigned by cloud provider.

-

- - Ensure that your cloud provider allows you to create load balancers if you want to use this feature. Might incur costs. -

+
+
+
Ensure that your cloud provider allows you to create load balancers if you want to use this feature. Might incur costs.
+
-
+
-
+

Enabling this feature will allow users to use specific features like autoscaling and to see container and node resource usage.

-

- - Ensure that metrics server or - prometheus is running inside your cluster. -

+
+
+
Ensure that + metrics server or + prometheus is running inside your cluster.
+
diff --git a/app/react/components/Tip/TextTip/TextTip.tsx b/app/react/components/Tip/TextTip/TextTip.tsx index b6608ef9a..e8b12081b 100644 --- a/app/react/components/Tip/TextTip/TextTip.tsx +++ b/app/react/components/Tip/TextTip/TextTip.tsx @@ -26,11 +26,16 @@ export function TextTip({
- + {children}
diff --git a/app/react/components/form-components/FormError.tsx b/app/react/components/form-components/FormError.tsx index 1e8cdb16c..494e3ad14 100644 --- a/app/react/components/form-components/FormError.tsx +++ b/app/react/components/form-components/FormError.tsx @@ -10,11 +10,19 @@ interface Props { export function FormError({ children, className }: PropsWithChildren) { return ( -

- - {children} -

+ +
{children}
+
); } diff --git a/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx b/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx index 8845c81b4..9da619ba9 100644 --- a/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx +++ b/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx @@ -11,6 +11,7 @@ import { Widget, WidgetBody, WidgetTitle } from '@@/Widget'; import { Tooltip } from '@@/Tip/Tooltip'; import { Button } from '@@/buttons'; import { TooltipWithChildren } from '@@/Tip/TooltipWithChildren'; +import { TextTip } from '@@/Tip/TextTip'; import { Annotations } from './Annotations'; import { Rule, ServicePorts } from './types'; @@ -370,9 +371,8 @@ export function IngressForm({
-

- - +

+ Add a secret via{' '} -

+
+
)} {host.NoHost && (