New: Queue in UI is now paged

This commit is contained in:
Mark McDowall 2014-02-23 14:45:37 -08:00
parent 828e8eb147
commit 42936c956d
4 changed files with 26 additions and 8 deletions

View file

@ -79,7 +79,6 @@ define(
}
],
initialize: function () {
this.collection = new HistoryCollection({ tableName: 'history' });
this.listenTo(this.collection, 'sync', this._showTable);
@ -104,6 +103,5 @@ define(
this.history.show(new LoadingView());
this.collection.fetch();
}
});
});