diff --git a/packages/frontend/src/pages/CreateService.svelte b/packages/frontend/src/pages/CreateService.svelte index 582285f39..c908425ec 100644 --- a/packages/frontend/src/pages/CreateService.svelte +++ b/packages/frontend/src/pages/CreateService.svelte @@ -14,7 +14,7 @@ import { inferenceServers } from '/@/stores/inferenceServers'; import ContainerConnectionStatusInfo from '../lib/notification/ContainerConnectionStatusInfo.svelte'; import type { ContainerConnectionInfo } from '@shared/src/models/IContainerConnectionInfo'; import { checkContainerConnectionStatus } from '../utils/connectionUtils'; -import { Button, ErrorMessage, FormPage } from '@podman-desktop/ui-svelte'; +import { Button, ErrorMessage, FormPage, Input } from '@podman-desktop/ui-svelte'; // List of the models available locally let localModels: ModelInfo[]; @@ -161,7 +161,8 @@ export function goToUpPage(): void {
- + Container port +