mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Cleaned up modals in the UI.
added empty modal for episode info
This commit is contained in:
9
UI/Episode/Layout.js
Normal file
9
UI/Episode/Layout.js
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
define(['app'], function () {
|
||||
|
||||
NzbDrone.Episode.Layout = Backbone.Marionette.ItemView.extend({
|
||||
template: 'Episode/Search/LayoutTemplate'
|
||||
|
||||
});
|
||||
|
||||
});
|
Reference in New Issue
Block a user