mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-22 02:41:23 +01:00
Remove datepicker from history until we have a proper date range selection (#526)
This commit is contained in:
parent
80c781bf4c
commit
a61310afc3
@ -486,10 +486,10 @@ class HistoryView extends React.Component<{}, {}> {
|
||||
options={this.getRemoteItems(rnames, remoteIds)}
|
||||
onChange={this.clickLimitRemote}
|
||||
/>
|
||||
<div className="fromts">
|
||||
{/* <div className="fromts">
|
||||
<div className="fromts-text">From: </div>
|
||||
<DatePicker selectedDate={new Date()} onSelectDate={this.handleFromTsChange} />
|
||||
</div>
|
||||
</div> */}
|
||||
<div
|
||||
className="filter-cmds search-checkbox hoverEffect"
|
||||
title="Filter common commands like 'ls' and 'cd' from the results"
|
||||
|
Loading…
Reference in New Issue
Block a user