mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
c5bd8b27fb
New: Backup drone's database and configuration from the UI New: Download Backup files from the UI Fixed: Run a database backup before upgrade
13 lines
257 B
JavaScript
13 lines
257 B
JavaScript
'use strict';
|
|
define(
|
|
[
|
|
'Cells/TemplatedCell'
|
|
], function (TemplatedCell) {
|
|
return TemplatedCell.extend({
|
|
|
|
className: 'series-title',
|
|
template : 'System/Backup/BackupFilenameCellTemplate'
|
|
|
|
});
|
|
});
|