Commit 8a7d2d8f authored by Jérome Perrin's avatar Jérome Perrin

add a space before smiley in daily attainment

parent 8f4285a7
......@@ -508,7 +508,7 @@
if ((intervalValue/throughputTarget) > desiredPercentageOfSuccess) {
icon = "fa-smile-o"
}
text += intervalValue + '<i class="fa ' + icon + '"/><br/>';
text += intervalValue + ' <i class="fa ' + icon + '"/><br/>';
})
text += "</td></tr>";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment