T131 button removed. Sentences changed.
This commit is contained in:
		| @@ -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/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 gmod11
					gmod11