Revize cc39413d
Přidáno uživatelem Michal Linha před téměř 5 roky(ů)
src/main/webapp/WEB-INF/templates/assembly.html | ||
---|---|---|
177 | 177 |
th:field="${configuration.parametersInConfiguration[__${itemStat.index}__].functions}" |
178 | 178 |
multiple> |
179 | 179 |
<option th:each="function : ${parameterInConfiguration.parameter.functions}" |
180 |
th:text="${function.name}" th:value="${{function.id}}"></option>
|
|
180 |
th:text="${function.name}" th:value="${function.id}"></option>
|
|
181 | 181 |
</select> |
182 | 182 |
</td> |
183 | 183 |
</tr> |
... | ... | |
212 | 212 |
<table class="tg table"> |
213 | 213 |
<tr th:each="contingencyTableRow : ${contingencyTableRows}"> |
214 | 214 |
<div class="tg-align" th:if="${contingencyTableRow.isHeader()}"> |
215 |
<th class="tg-align" th:each="contingencyTableRowCell : ${contingencyTableRow.getCells()}"> |
|
215 |
<th class="tg-align" th:each="contingencyTableRowCell : ${contingencyTableRow.getCells()}" th:colspan="${contingencyTableRowCell.getColSpan()}">
|
|
216 | 216 |
<span th:text="${contingencyTableRowCell.getValue()}"></span> |
217 | 217 |
</th> |
218 | 218 |
</div> |
Také k dispozici: Unified diff
re #7885 added SUM and ability to work with multiple values and sorted parameters in configuration, optimization