mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Add series UI changes
Link back to add series Existing UI less contrasting
This commit is contained in:
@@ -19,7 +19,8 @@ define(
|
||||
},
|
||||
|
||||
events: {
|
||||
'click .x-import': '_importSeries'
|
||||
'click .x-import': '_importSeries',
|
||||
'click .x-add-new': '_addSeries'
|
||||
},
|
||||
|
||||
attributes: {
|
||||
@@ -48,6 +49,10 @@ define(
|
||||
|
||||
_importSeries: function () {
|
||||
App.modalRegion.show(this.rootFolderLayout);
|
||||
},
|
||||
|
||||
_addSeries: function () {
|
||||
this.workspace.show(new AddSeriesView());
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user