File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
solarforecastarbiter/reports/templates/html Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" > ▼ ; </span >
2525 <span class =" up" > ▲ ; </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" > ▼ ; </span >
You can’t perform that action at this time.
0 commit comments