merge upload and download in webUI #577

This commit is contained in:
Proddy
2022-07-20 12:03:21 +02:00
parent d707e92d59
commit 4420ae33b8
9 changed files with 787 additions and 1696 deletions

View File

@@ -17,7 +17,7 @@ const UploadFileForm: FC = () => {
});
return (
<SectionContent title="Upload File" titleGutter>
<SectionContent title="Upload/Download" titleGutter>
{restarting ? <RestartMonitor /> : <GeneralFileUpload uploadGeneralFile={uploadFile.current} />}
</SectionContent>
);