[Developer] #424 render probe row map values
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr th:each="row : ${result.rows()}">
|
<tr th:each="row : ${result.rows()}">
|
||||||
<td th:each="column : ${result.columns()}" th:text="${row[column]}">value</td>
|
<td th:each="column : ${result.columns()}" th:text="${row.get(column)}">value</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user