Skip to content

Commit 898e036

Browse files
TamarChristinaArmGerrit Code Review
authored andcommitted
Merge "Fix extraneous spaces around hash in daily report spark plot" into dps-lnt-dev-aws
2 parents d0498af + 4ddf50d commit 898e036

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lnt/server/ui/templates/reportutils.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@
5959
{%- endif -%}
6060
<rect x="{{(nr_days-day_nr-0.5) * x_day_spacing + x_border_size}}" y="0"
6161
width="{{x_day_spacing}}" height="{{full_height}}" style="{{style}}">
62-
<title>
63-
Hash: {{dr.cr.cur_hash}}
64-
</title>
62+
<title>Hash: {{dr.cr.cur_hash}}</title>
6563
</rect>
6664
{%- endmacro -%}
6765
<span>

0 commit comments

Comments
 (0)