Skip to content

Commit 2521ab4

Browse files
georges-armTamarChristinaArm
authored andcommitted
Trim trailing whitespace and redundant set.
Change-Id: Ie5d960f4e83dff2823e1e4625b3acfdceb4cb7e9
1 parent eedf183 commit 2521ab4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lnt/server/ui/templates/reporting/daily_report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2 style="text-align:center">{#
4848
{# Generate the table showing which run orders we are reporting on, for each
4949
machine. #}
5050
<h3 style="{{ styles.h3 }}">Reported Machine Order</h3>
51-
{{ utils.regex_filter_box(input_id='filter',
51+
{{ utils.regex_filter_box(input_id='filter',
5252
selector='.searchable',
5353
placeholder="Machine name regex...",
5454
selector_part_to_search=".machine-name")

lnt/server/ui/templates/reportutils.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
{% macro spark_plot(results) %}
3434
{%- set x_border_size = 5 %}
35-
{%- set x_border_size = 5 %}
3635
{%- set y_border_size = 2 %}
3736
{%- set height = 18 %}
3837
{%- set full_height = height + 2*y_border_size %}

0 commit comments

Comments
 (0)