1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

added empty view for series index collection.

This commit is contained in:
Keivan Beigi
2013-04-17 17:48:52 -07:00
parent c0d470e3bb
commit 8429139406
8 changed files with 57 additions and 10 deletions
+12
View 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
}
});
});