mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
filter in frontend
This commit is contained in:
parent
a4fe0417c3
commit
5f98f65842
@ -37,11 +37,17 @@ 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…
x
Reference in New Issue
Block a user