Show comments left to changes without vote

Patch allows to show number of comments left to changes w/o left
vote (i.e. when Vote is left to default value "0").

Change-Id: Id89bdd5fe4233589d9f2c11ed6dfaffebec44a86
This commit is contained in:
Roman Gorshunov 2019-08-20 14:56:02 +02:00
parent 31346ff89c
commit 6d213fbb22
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
<div>LOCs: <b>${loc}</b></div>
<div>Do not merge (-2): <b>${marks["-2"]}</b>
<div>Patch needs further work (-1): <b>${marks["-1"]}</b>
<div>Commented on patch (0): <b>${marks["0"]}</b>
<div>Looks good (+1): <b>${marks["1"]}</b>
<div>Looks good for core (+2): <b>${marks["2"]}</b>
<div>Approve: <b>${marks["A"]}</b>