1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 18:35:09 +01:00

filter in frontend

This commit is contained in:
diminator 2015-09-22 12:20:14 +02:00
parent a4fe0417c3
commit 5f98f65842

View File

@ -37,10 +37,16 @@ let IkonotvPieceList = React.createClass({
accordionListItemType={IkonotvAccordionListItem} accordionListItemType={IkonotvAccordionListItem}
filterParams={[{ filterParams={[{
label: getLangText('Show works I have'), label: getLangText('Show works I have'),
items: [{ items: [
key: 'acl_loaned', {
label: getLangText('loaned to IkonoTV') key: 'submitted',
}] label: getLangText('submitted')
},
{
key: 'accepted',
label: getLangText('loaned')
}
]
}]}/> }]}/>
</div> </div>
); );