You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:actions="['The selected backup schedule will be deleted.', 'Scheduled backups for this database will be stopped (if this is the only backup schedule for this database).']"
18
-
confirmationText="{{$backup->database->name}}"
19
-
confirmationLabel="Please confirm the execution of the actions by entering the Database Name of the scheduled backups below"
20
-
shortConfirmationLabel="Database Name"
21
-
/>
11
+
<x-modal-confirmationtitle="Confirm Backup Schedule Deletion?"buttonTitle="Delete Backups and Schedule"
helper="A list of databases to backup. You can specify which collection(s) per database to exclude from the backup. Empty will include all databases and collections.<br><br>Example:<br><br>database1:collection1,collection2|database2:collection3,collection4<br><br> database1 will include all collections except collection1 and collection2. <br>database2 will include all collections except collection3 and collection4.<br><br>Another Example:<br><br>database1:collection1|database2<br><br> database1 will include all collections except collection1.<br>database2 will include ALL collections."
0 commit comments