this.registerView(
                    new TargetsListView(this.App, {collection: this.targets, model: this.model}),
                    true, this.$('#target-list'), 'targets'
                );