diff --git a/apps/web/src/components/features/config-profiles/ConfigProfileEditorPanel.tsx b/apps/web/src/components/features/config-profiles/ConfigProfileEditorPanel.tsx index e4480d4..f51ab35 100644 --- a/apps/web/src/components/features/config-profiles/ConfigProfileEditorPanel.tsx +++ b/apps/web/src/components/features/config-profiles/ConfigProfileEditorPanel.tsx @@ -173,9 +173,12 @@ export const ConfigProfileEditorPanel = ({ -
-
-

Includes

+
+
+
+

Includes

+

Compose configurations from other profiles

+
{includedProfileIds.length} included
{includedProfileIds.length === 0 ? ( @@ -216,10 +219,10 @@ export const ConfigProfileEditorPanel = ({
)} -
+ -
-

Environment Variables

+
+

Environment Variables

{Object.entries(formData.env_vars || {}).map(([key, value], idx) => (
onUpdateEnvVar(key, e.target.value, value)} placeholder="VAR_NAME" className="form-input" /> @@ -228,16 +231,20 @@ export const ConfigProfileEditorPanel = ({
))} -
+ -
-

Runtime Hints

+
+

Runtime Hints