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

4
.idea/workspace.xml generated
View File

@@ -21,6 +21,8 @@
<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/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" />
@@ -293,7 +295,7 @@
<workItem from="1609858324796" duration="197000" />
<workItem from="1609858548270" duration="300000" />
<workItem from="1609858872909" duration="2771000" />
<workItem from="1610359988935" duration="290000" />
<workItem from="1610359988935" duration="3066000" />
</task>
<task id="LOCAL-00077" summary="testing jenkins docker">
<created>1601453886631</created>

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/>