Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/traces/results/tracesContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const TracesContainer = observer(({tracesSearchStore}) => {
<span>Showing latest <b>{searchResults.length}</b> {searchResults.length === 1 ? 'trace' : 'traces'} out of total {totalCount ? <b>{totalCount}</b> : null} for time window. </span>
{
timelineResults && timelineResults.length
? <span className="text-muted text-right">Select a timeline bar to drill down.</span>
? <span className="text-muted text-right">Click and drag between two points to drill down.</span>
: null
}
</span> : null}
Expand Down