mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Fixed alignment issues and better rendering for add cards
This commit is contained in:
parent
6522b38584
commit
224ef64e6e
3 changed files with 6 additions and 6 deletions
|
@ -14,8 +14,8 @@ define(['app',
|
|||
'click .x-add-card': '_openSchemaModal'
|
||||
},
|
||||
|
||||
onAfterItemAdded: function () {
|
||||
this.$itemViewContainer.find('.x-add-card').parent('li').remove();
|
||||
onRender: function () {
|
||||
this.listenTo(this.collection, 'add', this.render);
|
||||
|
||||
this.templateFunction = Marionette.TemplateCache.get('Settings/Indexers/AddCardTemplate');
|
||||
var html = this.templateFunction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue