From f4a96e23106ad21b204a80108521c30a469f4435 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 1 Jun 2024 14:39:22 +0200 Subject: [PATCH] Update index.tsx --- documentation/src/pages/install/index.tsx | 25 ++++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/documentation/src/pages/install/index.tsx b/documentation/src/pages/install/index.tsx index 5f1abf25..60a6f76d 100644 --- a/documentation/src/pages/install/index.tsx +++ b/documentation/src/pages/install/index.tsx @@ -70,18 +70,19 @@ const Install: React.FC = () => {

Advanced Install Settings:

{/* Input fields for advanced install settings */} - {/* Example for hostname */} -
- - -
- {/* Repeat similar structure for other options */} + {Object.entries(installOptions).map(([key, value]) => ( +
+ + +
+ ))}