From f6278179684460fc11a1347cefa1c80fcd29a752 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 21 Aug 2024 15:25:22 +0200 Subject: [PATCH] Clan-app: improve install machine workflow --- .../app/src/components/SelectInput.tsx | 2 +- .../app/src/routes/machines/[name]/view.tsx | 586 ++++++++++++------ 2 files changed, 384 insertions(+), 204 deletions(-) diff --git a/pkgs/webview-ui/app/src/components/SelectInput.tsx b/pkgs/webview-ui/app/src/components/SelectInput.tsx index e8023304e..cd08908cd 100644 --- a/pkgs/webview-ui/app/src/components/SelectInput.tsx +++ b/pkgs/webview-ui/app/src/components/SelectInput.tsx @@ -16,7 +16,7 @@ interface SelectInputProps { } export function SelectInput( - props: SelectInputProps + props: SelectInputProps, ) { return (