Skip to content

Commit

Permalink
dev: link for redirect graph page
Browse files Browse the repository at this point in the history
  • Loading branch information
ghkdqhrbals committed Apr 12, 2024
1 parent 86f838f commit 26442ae
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ <h2>Test Executions</h2>
<tbody>
<!-- Iterate over each TestInfo object and populate table rows -->
<tr th:each="testInfo : ${testTable}">
<td th:text="${testInfo.testId}"></td>
<td>
<a th:href="@{'/templates/' + ${templateId} + '/tests/' + ${testInfo.testId}}">
<span th:text="${testInfo.testId}"></span>
</a>
</td>
<td th:text="${testInfo.testStatus}"></td>
<td th:text="${testInfo.startedAt}"></td>
</tr>
Expand Down

0 comments on commit 26442ae

Please sign in to comment.