Revize abfd6519
Přidáno uživatelem stepanekp před asi 3 roky(ů)
src/main/webapp/WEB-INF/templates/configuration.html | ||
---|---|---|
37 | 37 |
<form action="#" th:action="@{/configuration}" th:object="${antiPatterns}" method="post" id="configuration-form"> |
38 | 38 |
<div th:each="antiPattern : ${antiPatterns}"> |
39 | 39 |
<h3 th:text="${antiPattern.printName}"></h3> |
40 |
<hr> |
|
40 | 41 |
<div th:each="threshold : ${antiPattern.thresholds}"> |
41 | 42 |
<div class="form-group row"> |
42 | 43 |
<label th:text="${threshold.value.printName} + ':'" th:for="${threshold.value.name}" |
Také k dispozici: Unified diff
Minor change