#35 Show updates and overrides next to each other
Merged 4 years ago by lbrabec. Opened 4 years ago by churchyard.
fedora-qa/ churchyard/packager_dashboard updates_overrides  into  master

@@ -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>

file modified
+7 -7
@@ -89,13 +89,6 @@ 

                className="mr-4"

              />

              <StatIcon

-               category="prs"

-               icon="fa-git"

-               count={stats.prs}

-               fulltitle={`${stats.prs} PRs`}

-               className="mr-4"

-             />

-             <StatIcon

                category="overrides"

                icon="fa-shapes"

                count={stats.overrides}
@@ -103,6 +96,13 @@ 

                className="mr-4"

              />

              <StatIcon

+               category="prs"

+               icon="fa-git"

+               count={stats.prs}

+               fulltitle={`${stats.prs} PRs`}

+               className="mr-4"

+             />

+             <StatIcon

                category="koschei"

                icon="fa-wrench"

                count={stats.koschei}

Updates and overrides are very related to each other.
Let's mention them together.

Fixes https://pagure.io/fedora-qa/packager_dashboard/issue/34

Pull-Request has been merged by lbrabec

4 years ago