diff --git a/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx b/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx index 25158025f..7771e1958 100644 --- a/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx +++ b/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx @@ -1,10 +1,9 @@ import { ChangeEvent, ReactNode } from 'react'; -import { Info, Plus, RefreshCw, Trash2 } from 'lucide-react'; +import { Plus, RefreshCw, Trash2 } from 'lucide-react'; import Route from '@/assets/ico/route.svg?c'; import { Link } from '@@/Link'; -import { Icon } from '@@/Icon'; import { Select, Option } from '@@/form-components/Input/Select'; import { FormError } from '@@/form-components/FormError'; import { Widget, WidgetBody, WidgetTitle } from '@@/Widget'; @@ -388,12 +387,11 @@ export function IngressForm({ )} {host.NoHost && ( -

- A fallback rule - has no host specified. This rule only applies when an - inbound request has a hostname that does not match with any - of your other rules. -

+ + A fallback rule has no host specified. This rule only + applies when an inbound request has a hostname that does not + match with any of your other rules. + )}
@@ -403,12 +401,11 @@ export function IngressForm({
{!host.Paths.length && ( -

- + You may save the ingress without a path and it will then be an ingress default that a user may select via the hostname dropdown in Create/Edit application. -

+ )} {host.Paths.map((path, pathIndex) => (