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:
parent
a4fe0417c3
commit
5f98f65842
@ -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>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user