T131 button removed. Sentences changed.

This commit is contained in:
gmod11
2021-01-08 17:11:02 +01:00
parent ae9dcd5c5d
commit 8f89c91dc8
2 changed files with 3 additions and 14 deletions

View File

@@ -22,29 +22,19 @@
your system.</p>
<div>
<br>
<p>You can test the mocked message using the url or the button below:</p>
<p>You can test the mocked message using the url default values from the form will be used.</p>
<table>
<tr>
<td>
<p>
http://[[${localhost}]]:8097/klaus/v1/get/[[${mockedMessageDto.clientUUID}]]/[[${mockedMessageDto.mockedResponseId}]]</p>
</td>
<td>
<form action="#" th:action="@{/home/getMockedResponse}"
th:object="${mockedMessageDto}"
method="get">
<input type="text" th:field="*{clientUUID}" hidden/>
<input type="text" th:field="*{mockedResponseId}" hidden/>
<input type="submit" value="Test your mock"/>
</form>
</td>
</tr>
</table>
<br>
<table>
<p>In order to set or update mockup response please fill the form below and save
your message:</p>
<p>In order to change mockup response settings please fill the form below and save.</p>
<form action="#" th:action="@{/home/__${mockedMessageDto.clientUUID}__}"
th:object="${mockedMessageDto}" method="post">
<input type="text" th:field="*{clientUUID}" hidden/>