1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Backgrid added

This commit is contained in:
Mark McDowall
2013-04-22 17:35:04 -07:00
parent 2b5f208126
commit d706a35ab7
18 changed files with 2447 additions and 1492 deletions
+8
View File
@@ -0,0 +1,8 @@
'use strict';
define(['app'], function (app) {
NzbDrone.Series.Index.EmptySeriesCollectionView = Backbone.Marionette.CompositeView.extend({
template: 'Series/Index/EmptySeriesIndexTemplate'
});
});