mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -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
12
UI/Shared/Toolbar/ToolbarCollection.js
Normal file
12
UI/Shared/Toolbar/ToolbarCollection.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
"use strict";
|
||||
define(['app'], function () {
|
||||
|
||||
NzbDrone.Shared.Toolbar.ToolbarModel = Backbone.Model.extend({
|
||||
|
||||
defaults: {
|
||||
"route" : '/nzbdrone/route',
|
||||
"title" : 'Title Goes Here',
|
||||
"tooltip": undefined
|
||||
}
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue