1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Update UI to display download status.

This commit is contained in:
Leonardo Galli
2017-01-08 17:47:19 +01:00
parent 1dfb4ddcd8
commit 49537a2efe
7 changed files with 59 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
var TemplatedCell = require('./TemplatedCell');
module.exports = TemplatedCell.extend({
className : 'movie-title-cell',
template : 'Cells/MovieDownloadStatusTemplate',
});