🐛 fix: align dashboard with secured APIs

This commit is contained in:
2026-08-13 03:29:33 +07:00
parent e90dc8382b
commit 3f09e330be
47 changed files with 1280 additions and 397 deletions
@@ -51,7 +51,11 @@ export function PerformancePanel({ formData, updateField }: ServerFormPanelProps
rows={3}
/>
</Field>
<Field id="jvmXxOpts" label="JVM -XX Options" tooltip="Space-separated -XX JVM flags for advanced tuning">
<Field
id="jvmXxOpts"
label="JVM -XX Options"
tooltip="Space-separated -XX JVM flags for advanced tuning"
>
<Textarea
id="jvmXxOpts"
value={formData.jvmXxOpts || ""}
@@ -60,7 +64,11 @@ export function PerformancePanel({ formData, updateField }: ServerFormPanelProps
rows={2}
/>
</Field>
<Field id="jvmDdOpts" label="JVM -D System Properties" tooltip="Comma-separated key=value pairs for system properties">
<Field
id="jvmDdOpts"
label="JVM -D System Properties"
tooltip="Comma-separated key=value pairs for system properties"
>
<Textarea
id="jvmDdOpts"
value={formData.jvmDdOpts || ""}