Skip to content

Commit e63ef7a

Browse files
committed
table html test updates
1 parent 7562569 commit e63ef7a

File tree

1 file changed

+3
-3
lines changed
  • solarforecastarbiter/reports/templates/html

1 file changed

+3
-3
lines changed

solarforecastarbiter/reports/templates/html/macros.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ forecasts/single/{{ forecast.forecast_id }}
1414
<h4>Table of {{ category|lower }} metrics</h4>
1515
</summary>
1616
<div class="report-table-wrapper">
17-
<table class="table table-striped metric-table-fx-vert" style="width:100%;"
17+
<table class="table table-striped metric-table-fx-vert" style="width:100%;"
1818
id="metric_table_fx_vert">
1919
<thead>
2020
<tr class="header">
21-
<th class="sortable" style="text-align: left;"
21+
<th class="sortable" style="text-align: left;"
2222
onclick="sortTable('metric_table_fx_vert', 0, 0, false)">
2323
Forecast
2424
<span class="down"> &#9660; </span>
2525
<span class="up"> &#9650; </span>
2626
</th>
2727
{% for metric in metric_ordering %}
28-
<th class="sortable" style="text-align: left;"
28+
<th class="sortable" style="text-align: left;"
2929
onclick="sortTable('metric_table_fx_vert', {{loop.index}})">
3030
{{ human_metrics[metric] }}
3131
<span class="down"> &#9660; </span>

0 commit comments

Comments
 (0)