mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Net Import UI Updates
- Change name to "StevenLu" to fix - Hide header on New List modal - Show "Import Selected" only after a list has been fetched
This commit is contained in:
@@ -19,9 +19,10 @@ module.exports = {
|
||||
var groups = schemaCollection.groupBy(function(model, iterator) {
|
||||
return model.get('protocol');
|
||||
});
|
||||
//key is "undefined", which is being placed in the header
|
||||
var modelCollection = _.map(groups, function(values, key, list) {
|
||||
return {
|
||||
"header" : key,
|
||||
//"header" : key,
|
||||
collection : values
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user