System now uses tabs instead of toolbar

This commit is contained in:
Mark McDowall 2013-09-30 22:30:02 -07:00
commit 6a10382e7b
40 changed files with 330 additions and 224 deletions

View file

@ -1,13 +0,0 @@
'use strict';
define(['Logs/Files/Model' ],
function (LogFileModel) {
return Backbone.Collection.extend({
url : window.NzbDrone.ApiRoot + '/log/files',
model: LogFileModel,
state: {
sortKey : 'lastWriteTime',
order : 1
}
});
});