Support pagination of server backups, closes #2787

This commit is contained in:
Dane Everitt
2020-12-06 12:01:42 -08:00
parent 8a97b73a6c
commit a8d9eccf9c
6 changed files with 53 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ import tw from 'twin.macro';
const ChecksumModal = ({ checksum, ...props }: RequiredModalProps & { checksum: string }) => (
<Modal {...props}>
<h3 css={tw`mb-6`}>Verify file checksum</h3>
<h3 css={tw`mb-6 text-2xl`}>Verify file checksum</h3>
<p css={tw`text-sm`}>
The checksum of this file is:
</p>