Commit 3cc7e51f by luiz.nunes

Update home.html

parent 1e81f65d
...@@ -57,6 +57,11 @@ ...@@ -57,6 +57,11 @@
<tr th:each="record : ${records}"> <tr th:each="record : ${records}">
<td th:text="${record.data}">Some text</td> <td th:text="${record.data}">Some text</td>
</tr> </tr>
<tr>
<td>Tipo de Ambiente</td>
<td>echo $_ENV["AMBIENTE"]</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment