More refinements to the UI
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1a703bf78b
commit
bc21875324
1 changed files with 6 additions and 4 deletions
|
@ -152,12 +152,14 @@
|
|||
<div class="box-body">
|
||||
|
||||
<p>
|
||||
Use the restore (<i class="text-white fas fa-retweet" aria-hidden="true"></i>) button to
|
||||
restore from a previous backup. (This does not currently with with S3 file storage.)<br><br>Your <strong>entire {{ config('app.name') }} database and any uploaded files will be completely replaced</strong> by what's in the backup file.
|
||||
Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to
|
||||
restore from a previous backup. (This does not currently with with S3 file storage.)</p>
|
||||
|
||||
<p>Your <strong>entire {{ config('app.name') }} database and any uploaded files will be completely replaced</strong> by what's in the backup file.
|
||||
</p>
|
||||
|
||||
<p class="text-danger" style="font-weight: bold">
|
||||
You will be logged out after your restore is complete.
|
||||
<p class="text-danger" style="font-weight: bold; font-size: 120%;">
|
||||
You will be logged out once your restore is complete.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Reference in a new issue