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

3
.idea/workspace.xml generated
View File

@@ -21,8 +21,7 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment=""> <list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/static/css/styles.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/css/styles.css" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/resources/templates/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/index.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/static/js/paggination.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/js/paggination.js" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />

View File

@@ -22,29 +22,19 @@
your system.</p> your system.</p>
<div> <div>
<br> <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> <table>
<tr> <tr>
<td> <td>
<p> <p>
http://[[${localhost}]]:8097/klaus/v1/get/[[${mockedMessageDto.clientUUID}]]/[[${mockedMessageDto.mockedResponseId}]]</p> http://[[${localhost}]]:8097/klaus/v1/get/[[${mockedMessageDto.clientUUID}]]/[[${mockedMessageDto.mockedResponseId}]]</p>
</td> </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> </tr>
</table> </table>
<br> <br>
<table> <table>
<p>In order to set or update mockup response please fill the form below and save <p>In order to change mockup response settings please fill the form below and save.</p>
your message:</p>
<form action="#" th:action="@{/home/__${mockedMessageDto.clientUUID}__}" <form action="#" th:action="@{/home/__${mockedMessageDto.clientUUID}__}"
th:object="${mockedMessageDto}" method="post"> th:object="${mockedMessageDto}" method="post">
<input type="text" th:field="*{clientUUID}" hidden/> <input type="text" th:field="*{clientUUID}" hidden/>