diff --git a/striker-ui/components/ManageHost/PrepareHostForm.tsx b/striker-ui/components/ManageHost/PrepareHostForm.tsx index 016fd46b..44c3f018 100644 --- a/striker-ui/components/ManageHost/PrepareHostForm.tsx +++ b/striker-ui/components/ManageHost/PrepareHostForm.tsx @@ -54,14 +54,14 @@ const PrepareHostForm: FC = (props) => { hostIPAddress: ip, hostName: name, hostPassword: password, - hostType: type, + hostType: type === 'subnode' ? 'node' : type, hostUUID: uuid, redhatPassword, redhatUser: redhatUsername, }) .then(() => { tools.confirm.finish('Success', { - children: <>Host at {ip} prepared., + children: <>Started job to prepare host at {ip}., }); tools.add.open(false);