mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
added empty view for series index collection.
This commit is contained in:
parent
c0d470e3bb
commit
8429139406
8 changed files with 57 additions and 10 deletions
17
UI/Shared/Toolbar/ToolbarView.js
Normal file
17
UI/Shared/Toolbar/ToolbarView.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
"use strict";
|
||||
define(['app'], function () {
|
||||
|
||||
NzbDrone.Shared.Toolbar.ToolbarView = Backbone.Marionette.ItemView.extend({
|
||||
template: 'Template',
|
||||
|
||||
events: {
|
||||
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue