Skip to content

Commit

Permalink
add some frontend messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Sep 15, 2023
1 parent 99ee513 commit d4f8213
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/pages/Backups/ScheduledBackups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ export default function ScheduledBackups() {
return (
<div>
<h1 style={{ textAlign: 'left' }}>Scheduled Backups</h1>
<p style={{ textAlign: 'left' }}>
It's a bit of a hack, but if you want to backup a database just omit the table when you create the
scheduled backup.
</p>
<Button onClick={() => showModal()}>Create Backup</Button>
<Modal
title={editingRow ? 'Edit Backup' : 'Create Backup'}
Expand Down

0 comments on commit d4f8213

Please sign in to comment.