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
This commit is contained in:
Qstick
2018-07-15 17:35:14 -04:00
committed by Tim Turner
parent 5e35b43e48
commit 304b3ef560
167 changed files with 711 additions and 861 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
var TemplatedCell = require('../../Cells/TemplatedCell');
module.exports = TemplatedCell.extend({
className : 'series-title-cell',
className : 'movie-title-cell',
template : 'AddMovies/BulkImport/MoviePathTemplate',
});