Support pagination of server backups, closes #2787
This commit is contained in:
parent
8a97b73a6c
commit
a8d9eccf9c
6 changed files with 53 additions and 22 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue