mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Remove datepicker from history until we have a proper date range selection (#526)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user