diff --git a/elastic_recheck/cmd/graph.py b/elastic_recheck/cmd/graph.py index d317ed26..9aee62f1 100755 --- a/elastic_recheck/cmd/graph.py +++ b/elastic_recheck/cmd/graph.py @@ -178,7 +178,8 @@ def main(): bug_data=bug_data, fails=0, fails24=0, - data=[]) + data=[], + voting=(False if query.get('allow-nonvoting') else True)) buglist.append(bug) try: results = classifier.hits_by_query(query['query'], diff --git a/web/share/gate.html b/web/share/gate.html index d9bccf10..602f5b38 100644 --- a/web/share/gate.html +++ b/web/share/gate.html @@ -61,6 +61,11 @@

{{bug.fails24}} fails in 24 hrs / {{bug.fails}} fails in 10 days

Projects: {{bug.bug_data.affects}}

+ + {{#unless bug.voting}} +

Voting: False

+ {{/unless}} {{#if bug.bug_data.reviews}}

Open Reviews: