1
0
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:
Tim Turner
2017-01-28 13:27:54 -05:00
parent 7ca53d1073
commit 1fd909cff6
3 changed files with 6 additions and 2 deletions
@@ -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
};
});