@samitouri / QOSami-HFS / commits / e0c878f6

admin/options: nicer

Massimo Melina committed Dec 20, 2023 at 18:06 UTC e0c878f67e7b8b5158471343e58fcfe899abd479
1 file changed +2 -2
admin/src/OptionsPage.ts
+2 -2
@@ -61,7 +61,7 @@ export default function OptionsPage() {
61 min: 1,
62 unit: "KB/s",
63 placeholder: "no limit",
64 - md: 6,
64 + sm: 6,
65 }
66 const httpsEnabled = values.https_port >= 0
67 return h(Form, {
@@ -118,7 +118,7 @@ export default function OptionsPage() {
118 },
119 { k: 'favicon', comp: FileField, placeholder: "None", fileMask: '*.png|*.ico|*.jpg|*.jpeg|*.gif|*.svg',
120 helperText: "The icon associated to your website" },
121 - { k: 'allowed_referer', placeholder: "any", label: "Links from other websites", comp: AllowedReferer },
121 + { k: 'allowed_referer', placeholder: "any", label: "Links from other websites", comp: AllowedReferer, sm: 12, md: 6 },
122 { k: 'open_browser_at_start', comp: BoolField, label: "Open Admin-panel at start",
123 helperText: "Browser is automatically launched with HFS"
124 },