From 357e9fa6f1643c560e86ed300e1e28cbddad8891 Mon Sep 17 00:00:00 2001 From: Montse Ortega Date: Fri, 31 Jan 2025 07:09:05 +0100 Subject: [PATCH] Add scroll to agent's UI (#85) Signed-off-by: Montse Ortega --- apps/agent/src/login-form/LoginForm.tsx | 114 +++++++++++++++--------- 1 file changed, 70 insertions(+), 44 deletions(-) diff --git a/apps/agent/src/login-form/LoginForm.tsx b/apps/agent/src/login-form/LoginForm.tsx index 7560807..70f4cfd 100644 --- a/apps/agent/src/login-form/LoginForm.tsx +++ b/apps/agent/src/login-form/LoginForm.tsx @@ -26,10 +26,7 @@ import { } from "@patternfly/react-core"; import { LoginFormViewModelInterface } from "./hooks/UseViewModel"; import { FormStates } from "./FormStates"; -import { - CheckCircleIcon, - InfoCircleIcon -} from "@patternfly/react-icons"; +import { CheckCircleIcon, InfoCircleIcon } from "@patternfly/react-icons"; import { getConfigurationBasePath } from "#/main/Root"; import globalSuccessColor100 from "@patternfly/react-tokens/dist/esm/global_success_color_100"; @@ -45,7 +42,7 @@ export const LoginForm: React.FC = (props) => { console.log(vm.formState); return ( = (props) => { - + - - + + Access control - - A VMware user account with read-only permissions is sufficient for secure access during the discovery process. + + A VMware user account with read-only permissions is sufficient for + secure access during the discovery process. - + - +
= (props) => { )} -