Add regex search to network plugin

Reviewed By: danielbuechele

Differential Revision: D15899077

fbshipit-source-id: 92f2edf31925d73be252128afa851bb3fcb633a5
This commit is contained in:
John Knox
2019-06-20 02:42:56 -07:00
committed by Facebook Github Bot
parent b7229b40ac
commit 0e7aaaacff

View File

@@ -454,6 +454,7 @@ class NetworkTable extends PureComponent<NetworkTableProps, NetworkTableState> {
onRowHighlighted={this.props.onRowHighlighted}
highlightedRows={this.props.highlightedRows}
rowLineHeight={26}
regexSupported={true}
zebra={false}
actions={<Button onClick={this.props.clear}>Clear Table</Button>}
/>