mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Update HandleBackup component to increase dialog content width for improved user experience during backup creation and updates.
This commit is contained in:
parent
52a660add3
commit
4afc6ac250
@ -313,7 +313,7 @@ export const HandleBackup = ({
|
|||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
<DialogContent className="sm:max-w-lg max-h-screen overflow-y-auto">
|
<DialogContent className="sm:max-w-2xl max-h-screen overflow-y-auto">
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>
|
<DialogTitle>
|
||||||
{backupId ? "Update Backup" : "Create Backup"}
|
{backupId ? "Update Backup" : "Create Backup"}
|
||||||
|
Loading…
Reference in New Issue
Block a user