Download Client settings and QualityProfiles

This commit is contained in:
Mark McDowall
2013-03-13 17:26:30 -07:00
parent c4fa61023f
commit 76b8b006fa
10 changed files with 404 additions and 13 deletions
@@ -7,9 +7,17 @@ define([
NzbDrone.Settings.DownloadClient.DownloadClientView = Backbone.Marionette.ItemView.extend({
template: 'Settings/DownloadClient/DownloadClientTemplate',
className: 'form-horizontal',
ui: {
switch: '.switch',
tooltip: '[class^="help-inline"] i'
},
onRender: function () {
NzbDrone.ModelBinder.bind(this.model, this.el);
this.ui.switch.bootstrapSwitch();
this.ui.tooltip.tooltip({ placement: 'right', html: true });
}
});
});