Add an element ID to testpage for testing

This commit is contained in:
James Agnew 2019-11-13 15:43:15 -05:00
parent 93b8d2fb2d
commit 251df0849d
2 changed files with 13 additions and 1 deletions

View File

@ -244,6 +244,18 @@
<packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

View File

@ -62,7 +62,7 @@
</td>
<td>
<th:block th:text="${action}"/>
<a th:href="${requestUrl}" th:utext="${requestUrlText}"/>
<a th:href="${requestUrl}" th:utext="${requestUrlText}" id="requestUrlAnchor"/>
</td>
</tr>
<tr th:if="${requestHeaders.length} > 0">