T145 Link resized
This commit is contained in:
4
.idea/workspace.xml
generated
4
.idea/workspace.xml
generated
@@ -21,6 +21,8 @@
|
|||||||
<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" />
|
||||||
</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" />
|
||||||
@@ -293,7 +295,7 @@
|
|||||||
<workItem from="1609858324796" duration="197000" />
|
<workItem from="1609858324796" duration="197000" />
|
||||||
<workItem from="1609858548270" duration="300000" />
|
<workItem from="1609858548270" duration="300000" />
|
||||||
<workItem from="1609858872909" duration="2771000" />
|
<workItem from="1609858872909" duration="2771000" />
|
||||||
<workItem from="1610359988935" duration="290000" />
|
<workItem from="1610359988935" duration="3066000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00077" summary="testing jenkins docker">
|
<task id="LOCAL-00077" summary="testing jenkins docker">
|
||||||
<created>1601453886631</created>
|
<created>1601453886631</created>
|
||||||
|
|||||||
@@ -233,3 +233,9 @@ textarea#message-body {
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gen-link {
|
||||||
|
margin-top: 60px;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
@@ -23,18 +23,12 @@
|
|||||||
<div>
|
<div>
|
||||||
<br>
|
<br>
|
||||||
<p>You can test the mocked message using the url default values from the form will be used.</p>
|
<p>You can test the mocked message using the url default values from the form will be used.</p>
|
||||||
<table>
|
<gen-link>http://[[${localhost}]]:8097/klaus/v1/get/[[${mockedMessageDto.clientUUID}]]/[[${mockedMessageDto.mockedResponseId}]]</gen-link>
|
||||||
<tr>
|
<p>Use this link to get your message.</p>
|
||||||
<td>
|
|
||||||
<p>
|
|
||||||
http://[[${localhost}]]:8097/klaus/v1/get/[[${mockedMessageDto.clientUUID}]]/[[${mockedMessageDto.mockedResponseId}]]</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<table>
|
<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}__}"
|
<form action="#" th:action="@{/mock/__${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/>
|
||||||
|
|||||||
Reference in New Issue
Block a user