Added deleted filter to history

This commit is contained in:
Mark McDowall 2014-09-16 07:14:28 -07:00
parent 4cbb59d4e8
commit 8acc38d9c4
2 changed files with 9 additions and 1 deletions

View file

@ -139,6 +139,13 @@ define(
tooltip : 'Failed',
icon : 'icon-nd-download-failed',
callback : this._setFilter
},
{
key : 'deleted',
title : '',
tooltip : 'Deleted',
icon : 'icon-nd-deleted',
callback : this._setFilter
}
]
};