adding hints
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<option value="application/json">application/json</option>
|
||||
<option value="text/xml">text/xml</option>
|
||||
</select>
|
||||
<span class="hint">Dupa dupa dupa</span>
|
||||
<span class="hint">Standard that indicates the nature and format of a document, file, or assortment of bytes.</span>
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
@@ -68,7 +68,7 @@
|
||||
<td>Mocked response body:</td>
|
||||
<td><label><textarea rows="4" cols="30" th:field="*{messageBody}"
|
||||
placeholder="Your message body"></textarea>
|
||||
<span class="hint">Dupa dupa dupa</span>
|
||||
<span class="hint">The resource data that will be requested by the client.</span>
|
||||
</label>
|
||||
</td>
|
||||
<td th:if="${#fields.hasErrors('messageBody')}" th:errors="*{messageBody}">
|
||||
@@ -81,7 +81,7 @@
|
||||
<td>
|
||||
<label>
|
||||
<input type="text" th:field="*{httpStatus}" placeholder="200">
|
||||
<span class="hint">Dupa dupa dupa</span>
|
||||
<span class="hint">Status codes are issued by a server in response to a client's request made to the server.</span>
|
||||
</label></td>
|
||||
<td th:if="${#fields.hasErrors('httpStatus')}" th:errors="*{httpStatus}">
|
||||
HttpStatus Error
|
||||
@@ -96,24 +96,20 @@
|
||||
<label>
|
||||
<td><input type="text" name="headerKey" id="headerKey"
|
||||
placeholder="myHeaderKey"/>
|
||||
<span class="hint">Dupa dupa dupa</span>
|
||||
<span class="hint"></span>
|
||||
</label></td>
|
||||
<td>
|
||||
<label>
|
||||
<input type="text" name="headerValue" id="headerValue"
|
||||
placeholder="myHeaderValue"/>
|
||||
<span class="hint">Dupa dupa dupa</span>
|
||||
<input type="image" name="addHeader" src="/img/icons8-plus-48.png"
|
||||
style="width: 20px;"/>
|
||||
|
||||
|
||||
<span class="hint">HTTP headers let the client and the server pass additional information with an HTTP request or response.</span>
|
||||
<input type="image" name="addHeader" src="/img/icons8-plus-48.png"
|
||||
style="width: 20px;"/>
|
||||
</label>
|
||||
</td>
|
||||
|
||||
|
||||
</tr>
|
||||
<tr th:each="entry, stats : *{httpHeaders}" bgcolor="#b3ffff">
|
||||
<td><input type="text" name="value" th:value="${entry.key}"
|
||||
<tr th:each="entry, stats : *{httpHeaders}">
|
||||
<td bgcolor="#b3ffff"><input type="text" name="value" th:value="${entry.key}"
|
||||
disabled="disabled"/></td>
|
||||
<td>
|
||||
	
|
||||
@@ -128,7 +124,7 @@
|
||||
<td>Mocked response id:</td>
|
||||
<td><label><input type="text" th:field="*{mockedResponseId}"
|
||||
th:value="*{mockedResponseId}"/>
|
||||
<span class="hint">Dupa dupa dupa</span>
|
||||
<span class="hint">Unique identifier for the mocked message.</span>
|
||||
</label></td>
|
||||
<td th:if="${#fields.hasErrors('mockedResponseId')}"
|
||||
th:errors="*{mockedResponseId}">Id
|
||||
|
||||
Reference in New Issue
Block a user