T145 Link resized

This commit is contained in:
gmod11
2021-01-11 12:22:59 +01:00
parent 1698e43869
commit 5622485f93
3 changed files with 12 additions and 10 deletions

View File

@@ -232,4 +232,10 @@ select#media-type {
textarea#message-body {
width: 500px;
height: 300px;
}
gen-link {
margin-top: 60px;
margin-bottom: 30px;
font-size: 24px;
}

View File

@@ -23,18 +23,12 @@
<div>
<br>
<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>
</tr>
</table>
<gen-link>http://[[${localhost}]]:8097/klaus/v1/get/[[${mockedMessageDto.clientUUID}]]/[[${mockedMessageDto.mockedResponseId}]]</gen-link>
<p>Use this link to get your message.</p>
<br>
<table>
<p>In order to change mockup response settings please fill the form below and save.</p>
<p>In order to change mockup response settings please fill the form below and save.</p><br>
<form action="#" th:action="@{/mock/__${mockedMessageDto.clientUUID}__}"
th:object="${mockedMessageDto}" method="post">
<input type="text" th:field="*{clientUUID}" hidden/>