Revize 1e5caa56
Přidáno uživatelem stepanekp před téměř 3 roky(ů)
src/main/webapp/WEB-INF/templates/result.html | ||
---|---|---|
22 | 22 |
<!-- Result table header --> |
23 | 23 |
<thead> |
24 | 24 |
<tr> |
25 |
<th scope="col">#</th> |
|
26 | 25 |
<th scope="col">Project Name</th> |
27 | 26 |
<th scope="col" th:each="antiPattern: ${queryResults.get(0).getQueryResultItems()}"> |
28 | 27 |
<a data-toggle="popover" |
... | ... | |
40 | 39 |
<!-- Result table content --> |
41 | 40 |
<tbody> |
42 | 41 |
<tr th:each="queryResult : ${queryResults}"> |
43 |
<td th:text="${queryResult.getProject().id}"></td> |
|
44 | 42 |
<td th:text="${queryResult.getProject().name}"></td> |
45 | 43 |
<td class="align-middle" th:each="resultItems: ${queryResult.getQueryResultItems()}"> |
46 | 44 |
|
Také k dispozici: Unified diff
Project id removed from results table