|
|
|
@ -114,7 +114,7 @@ class Indexer extends Component {
|
|
|
|
|
Interactive Search
|
|
|
|
|
</Label>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
showPriority &&
|
|
|
|
|
<Label kind={kinds.DEFAULT}>
|
|
|
|
@ -156,11 +156,13 @@ class Indexer extends Component {
|
|
|
|
|
Indexer.propTypes = {
|
|
|
|
|
id: PropTypes.number.isRequired,
|
|
|
|
|
name: PropTypes.string.isRequired,
|
|
|
|
|
priority: PropTypes.number.isRequired,
|
|
|
|
|
enableRss: PropTypes.bool.isRequired,
|
|
|
|
|
enableAutomaticSearch: PropTypes.bool.isRequired,
|
|
|
|
|
enableInteractiveSearch: PropTypes.bool.isRequired,
|
|
|
|
|
supportsRss: PropTypes.bool.isRequired,
|
|
|
|
|
supportsSearch: PropTypes.bool.isRequired,
|
|
|
|
|
showPriority: PropTypes.bool.isRequired,
|
|
|
|
|
onCloneIndexerPress: PropTypes.func.isRequired,
|
|
|
|
|
onConfirmDeleteIndexer: PropTypes.func.isRequired
|
|
|
|
|
};
|
|
|
|
|