We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedf183 commit 2521ab4Copy full SHA for 2521ab4
lnt/server/ui/templates/reporting/daily_report.html
@@ -48,7 +48,7 @@ <h2 style="text-align:center">{#
48
{# Generate the table showing which run orders we are reporting on, for each
49
machine. #}
50
<h3 style="{{ styles.h3 }}">Reported Machine Order</h3>
51
-{{ utils.regex_filter_box(input_id='filter',
+{{ utils.regex_filter_box(input_id='filter',
52
selector='.searchable',
53
placeholder="Machine name regex...",
54
selector_part_to_search=".machine-name")
lnt/server/ui/templates/reportutils.html
@@ -32,7 +32,6 @@
32
33
{% macro spark_plot(results) %}
34
{%- set x_border_size = 5 %}
35
-{%- set x_border_size = 5 %}
36
{%- set y_border_size = 2 %}
37
{%- set height = 18 %}
38
{%- set full_height = height + 2*y_border_size %}
0 commit comments