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 && ( -
-
-