Remove non-functional filter from DOM

Can re-introduce when it is functional
pull/10616/head
Alex P 2017-11-15 09:40:21 -08:00
parent da3b70ee08
commit c8b69c93d1
1 changed files with 0 additions and 7 deletions

View File

@ -64,13 +64,6 @@ class LogsTable extends Component {
<div className="logs-table--container">
<div className="logs-table--header">
<h2 className="panel-title">Logs</h2>
<div className="filterthing">
<input
type="text"
className="form-control input-sm"
placeholder="Search Logs..."
/>
</div>
</div>
<FancyScrollbar
className="logs-table--panel fancy-scroll--kapacitor"