mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #1131 from agustints/fix/db-backups-destination-url
fix: Update link text and destination for db backup settings
This commit is contained in:
@@ -79,10 +79,10 @@ export const ShowBackups = ({ id, type }: Props) => {
|
|||||||
To create a backup it is required to set at least 1 provider.
|
To create a backup it is required to set at least 1 provider.
|
||||||
Please, go to{" "}
|
Please, go to{" "}
|
||||||
<Link
|
<Link
|
||||||
href="/dashboard/settings/server"
|
href="/dashboard/settings/destinations"
|
||||||
className="text-foreground"
|
className="text-foreground"
|
||||||
>
|
>
|
||||||
Settings
|
S3 Destinations
|
||||||
</Link>{" "}
|
</Link>{" "}
|
||||||
to do so.
|
to do so.
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user