increasing sizing
This commit is contained in:
@@ -19,7 +19,7 @@ const SystemFileUpload = ({ name, selectedFile }: SystemFileUploadProps) => {
|
||||
opts: {
|
||||
timeoutMs: 30000,
|
||||
fieldName: "upload",
|
||||
uploadUrl: "http://192.168.75.11/upload/software-update/2'",
|
||||
uploadUrl: "http://192.168.75.11/upload/software-update/2",
|
||||
},
|
||||
};
|
||||
uploadSettings(settings);
|
||||
|
||||
@@ -11,7 +11,6 @@ const WiFiCard = () => {
|
||||
return (
|
||||
<Card className="mb-4">
|
||||
<CardHeader title={"WiFi"} />
|
||||
|
||||
<div className="flex flex-col gap-4">
|
||||
<FormGroup>
|
||||
<label
|
||||
|
||||
Reference in New Issue
Block a user