Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f55cdc1b

Přidáno uživatelem stepanekp před asi 3 roky(ů)

Configuration view edited

Zobrazit rozdíly:

src/main/webapp/WEB-INF/templates/configuration.html
32 32
    <!-- ./Container for show success message -->
33 33

  
34 34
    <h1>Configuration</h1>
35

  
35
    <hr>
36 36
        <!-- Form for configuration values -->
37 37
        <form action="#" th:action="@{/configuration}" th:object="${antiPatterns}" method="post" id="configuration-form">
38 38
            <div th:each="antiPattern : ${antiPatterns}">
39
                <hr>
40 39
                <h3 th:text="${antiPattern.printName}"></h3>
41 40
                <div th:each="threshold : ${antiPattern.thresholds}">
42 41
                    <div class="form-group row">
......
85 84
                    </div>
86 85

  
87 86
                </div>
87
                <hr>
88 88
            </div>
89 89

  
90 90
            <!-- Submit button to save configuration -->

Také k dispozici: Unified diff