[#3066] added the application name as part of the autogenerated backup name for easier identification
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
<div class="list-item" transition:slide|local={{ duration: 150 }}>
|
||||
<i class="ri-folder-zip-line" />
|
||||
<div class="content">
|
||||
<span class="name backup-name">{backup.key}</span>
|
||||
<span class="name backup-name" title={backup.key}>{backup.key}</span>
|
||||
<span class="size txt-hint txt-nowrap">
|
||||
({CommonHelper.formattedFileSize(backup.size)})
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user