Updated underscore - quality profiles in table

This commit is contained in:
Mark McDowall
2013-03-07 19:11:42 -08:00
parent e635e816f6
commit 1dfd78c0c9
7 changed files with 466 additions and 322 deletions

View File

@@ -3,11 +3,10 @@
define(['app', 'Settings/Quality/QualityProfileView'], function (app) {
NzbDrone.Settings.Quality.QualityProfileCollectionView = Backbone.Marionette.CompositeView.extend({
itemView: NzbDrone.Settings.Quality.QualityProfileView,
itemViewContainer: '#quality-profiles-container',
itemViewContainer: 'tbody',
template: 'Settings/Quality/QualityProfileCollectionTemplate',
initialize: function (options) {
},
ui:{