зеркало из https://github.com/mozilla/treeherder.git
Bug 1846548 - Add link to filter out code review pushes to Filters menu.
A link in Filters menu to hide code review pushes.
This commit is contained in:
Родитель
55491d259a
Коммит
ce6d33cc6a
|
@ -167,6 +167,14 @@ function FiltersMenu(props) {
|
|||
My pushes only
|
||||
</Link>
|
||||
</DropdownItem>
|
||||
<DropdownItem title="Do not show pushes from reviewbot">
|
||||
<Link
|
||||
className="dropdown-link"
|
||||
to={{ search: updateParams('author', '-reviewbot') }}
|
||||
>
|
||||
Hide code review pushes
|
||||
</Link>
|
||||
</DropdownItem>
|
||||
<DropdownItem
|
||||
tag="a"
|
||||
title="Reset to default status filters"
|
||||
|
|
Загрузка…
Ссылка в новой задаче