| |
@@ -109,14 +109,14 @@
|
| |
<div className="font-weight-bold">Show updates</div>
|
| |
</OptionsSwitch>
|
| |
|
| |
- <OptionsSwitch name="show_prs" value={show_prs} handler={this.handle("general")}>
|
| |
- <div className="font-weight-bold">Show PRs</div>
|
| |
- </OptionsSwitch>
|
| |
-
|
| |
<OptionsSwitch name="show_overrides" value={show_overrides} handler={this.handle("general")}>
|
| |
<div className="font-weight-bold">Show overrides</div>
|
| |
</OptionsSwitch>
|
| |
|
| |
+ <OptionsSwitch name="show_prs" value={show_prs} handler={this.handle("general")}>
|
| |
+ <div className="font-weight-bold">Show PRs</div>
|
| |
+ </OptionsSwitch>
|
| |
+
|
| |
<OptionsSwitch name="show_orphaned" value={show_orphaned} handler={this.handle("general")}>
|
| |
<div className="font-weight-bold">Show orphanned</div>
|
| |
</OptionsSwitch>
|
| |
Updates and overrides are very related to each other.
Let's mention them together.
Fixes https://pagure.io/fedora-qa/packager_dashboard/issue/34