mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
show rejection reasons in a tool tip instead of plaint text in the grid.
This commit is contained in:
parent
31d472a0a0
commit
ef4ad53277
8 changed files with 76 additions and 40 deletions
|
@ -14,8 +14,8 @@ define(
|
|||
'Logs/Layout',
|
||||
'Release/Layout',
|
||||
'Shared/NotFoundView'
|
||||
], function (App, Marionette, HistoryLayout, SettingsLayout, AddSeriesLayout, SeriesIndexLayout, SeriesDetailsLayout, MissingLayout, SeriesModel, CalendarLayout, NotFoundView,
|
||||
LogsLayout, ReleaseLayout) {
|
||||
], function (App, Marionette, HistoryLayout, SettingsLayout, AddSeriesLayout, SeriesIndexLayout, SeriesDetailsLayout, MissingLayout, SeriesModel, CalendarLayout,
|
||||
LogsLayout, ReleaseLayout, NotFoundView) {
|
||||
return Marionette.Controller.extend({
|
||||
|
||||
series : function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue