mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 16:33:52 +01:00
New: Backup drone's database and configuration from the UI New: Download Backup files from the UI Fixed: Run a database backup before upgrade
12 lines
257 B
JavaScript
12 lines
257 B
JavaScript
'use strict';
|
|
define(
|
|
[
|
|
'Cells/TemplatedCell'
|
|
], function (TemplatedCell) {
|
|
return TemplatedCell.extend({
|
|
|
|
className: 'series-title',
|
|
template : 'System/Backup/BackupFilenameCellTemplate'
|
|
|
|
});
|
|
});
|