Files
Prowlarr/src/UI/AddMovies/BulkImport/MoviePathCell.js
T
Qstick 304b3ef560 Fixed: Multiple UI Fixes and Additions (#2894)
* Fixed: Misc UI Style Fixes and Cleanup

* Fixed: Change Icon names from Sonarr to Radarr

* Added: Search from Movies Index
2018-07-15 17:35:14 -04:00

8 lines
194 B
JavaScript

var TemplatedCell = require('../../Cells/TemplatedCell');
module.exports = TemplatedCell.extend({
className : 'movie-title-cell',
template : 'AddMovies/BulkImport/MoviePathTemplate',
});