feat(backup): admin delete the backup files

This commit is contained in:
OldHawk
2017-10-31 14:13:29 +08:00
parent 5a1fe52662
commit af14d09329
5 changed files with 79 additions and 10 deletions

View File

@@ -549,7 +549,10 @@
LIST_ERROR: 'Files list error',
FIELD_NAME: 'File name',
FIELD_SIZE: 'File size',
FIELD_TIME: 'Backup time'
FIELD_TIME: 'Backup time',
DELETE_CONFIRM_BODY_TEXT: 'Are you sure want to delete these files?',
DELETED_SUCCESSFULLY: 'File deleted successfully',
DELETED_ERROR: 'File deleted failed'
},
//user settings

View File

@@ -549,7 +549,10 @@
LIST_ERROR: '备份文件列表错误',
FIELD_NAME: '文件名',
FIELD_SIZE: '文件大小',
FIELD_TIME: '备份时间'
FIELD_TIME: '备份时间',
DELETE_CONFIRM_BODY_TEXT: '您确定要删除这些备份文件吗?',
DELETED_SUCCESSFULLY: '备份文件删除成功',
DELETED_ERROR: '备份文件删除失败'
},
//user settings