adding hints
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| #environment: | ||||
| server.port = 8097 | ||||
| spring.application.name = klaus | ||||
| eureka.client.service-url.defaultZone=http://netflix:eureka@localhost:8761/eureka/ | ||||
| eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/ | ||||
| spring.cloud.config.discovery.service-id = klaus-config-service | ||||
| #spring.cloud.config.fail-fast=true | ||||
| #spring.cloud.config.username = SpringConfigUsername | ||||
| @@ -11,6 +11,3 @@ spring.output.ansi.enabled = always | ||||
| logging.level.root=INFO | ||||
| logging.level.org.springframework.web=INFO | ||||
| logging.level.com.release11=INFO | ||||
|  | ||||
| redis.host = localhost | ||||
| redis.port = 6379 | ||||
| @@ -1,2 +1,2 @@ | ||||
| redis.host = localhost | ||||
| redis.host = redis | ||||
| redis.port = 6379 | ||||
| @@ -3,7 +3,7 @@ | ||||
|     <include resource="org/springframework/boot/logging/logback/base.xml"/> | ||||
|     <!--https://github.com/kmtong/logback-redis-appender--> | ||||
|     <appender name="LOGSTASH" class="com.release11.klaus.utilis.RedisAppender"> | ||||
|         <host>localhost</host> | ||||
|         <host>redis</host> | ||||
|         <port>6379</port> | ||||
|         <key>logstash</key> | ||||
|         <layout class="ch.qos.logback.classic.PatternLayout"> | ||||
|   | ||||
| @@ -205,9 +205,10 @@ button{ | ||||
|     border-radius: 2px; | ||||
| } | ||||
|  | ||||
| label { display: block; } | ||||
| .hint { display: none; color: gray; font-style: italic; } | ||||
| input:focus + .hint { display: inline; } | ||||
| textarea:focus  + .hint { display: inline; } | ||||
| textarea:focus  + .hint { display: inline; } | ||||
| select:focus  + .hint { display: inline; } | ||||
| label { display: block; | ||||
| } | ||||
| .hint { display: none; color: gray; font-style: italic; float:right;} | ||||
| input:focus + .hint { display: inline; float:right;} | ||||
| textarea:focus  + .hint { display: inline; float:right; } | ||||
| textarea:focus  + .hint { display: inline; float:right; } | ||||
| select:focus  + .hint { display: inline; float:right; } | ||||
| @@ -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
	 Szakalakamaka
					Szakalakamaka