T131 button removed. Sentences changed.
This commit is contained in:
		
							
								
								
									
										3
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										3
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							| @@ -21,8 +21,7 @@ | ||||
|   <component name="ChangeListManager"> | ||||
|     <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$/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/static/js/paggination.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/js/paggination.js" 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" /> | ||||
|     </list> | ||||
|     <option name="SHOW_DIALOG" value="false" /> | ||||
|     <option name="HIGHLIGHT_CONFLICTS" value="true" /> | ||||
|   | ||||
| @@ -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