Code style change
This commit is contained in:
		
							
								
								
									
										6
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							| @@ -20,8 +20,8 @@ | |||||||
|   </component> |   </component> | ||||||
|   <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$/src/main/resources/static/js/paggination.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/js/paggination.js" 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/templates/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/index.html" afterDir="false" /> |       <change beforePath="$PROJECT_DIR$/src/main/resources/static/js/main.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/js/main.js" 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" /> | ||||||
| @@ -295,6 +295,8 @@ | |||||||
|       <workItem from="1609858548270" duration="300000" /> |       <workItem from="1609858548270" duration="300000" /> | ||||||
|       <workItem from="1609858872909" duration="2771000" /> |       <workItem from="1609858872909" duration="2771000" /> | ||||||
|       <workItem from="1610359988935" duration="8484000" /> |       <workItem from="1610359988935" duration="8484000" /> | ||||||
|  |       <workItem from="1610621157443" duration="1615000" /> | ||||||
|  |       <workItem from="1610971272685" duration="1256000" /> | ||||||
|     </task> |     </task> | ||||||
|     <task id="LOCAL-00077" summary="testing jenkins docker"> |     <task id="LOCAL-00077" summary="testing jenkins docker"> | ||||||
|       <created>1601453886631</created> |       <created>1601453886631</created> | ||||||
|   | |||||||
| @@ -17,21 +17,21 @@ function httpGet() | |||||||
|  |  | ||||||
| } | } | ||||||
|  |  | ||||||
|         var numberOfHeaders = 0; | var numberOfHeaders = 0; | ||||||
|             function addFields(){ | function addFields(){ | ||||||
|             var container = document.getElementById("headers"); | var container = document.getElementById("headers"); | ||||||
|  |  | ||||||
|                 numberOfHeaders++; |     numberOfHeaders++; | ||||||
|                 container.appendChild(document.createElement("br")); |     container.appendChild(document.createElement("br")); | ||||||
|                 container.appendChild(document.createTextNode("Header " + (numberOfHeaders))); |     container.appendChild(document.createTextNode("Header " + (numberOfHeaders))); | ||||||
|                 var headerInput = document.createElement("input"); |     var headerInput = document.createElement("input"); | ||||||
|                 headerInput.type = "text"; |     headerInput.type = "text"; | ||||||
|                 headerInput.name = "header"; |     headerInput.name = "header"; | ||||||
|                 container.appendChild(headerInput); |     container.appendChild(headerInput); | ||||||
|  |  | ||||||
|                 container.appendChild(document.createTextNode("Value " + (numberOfHeaders))); |     container.appendChild(document.createTextNode("Value " + (numberOfHeaders))); | ||||||
|                 var valueInput = document.createElement("input"); |     var valueInput = document.createElement("input"); | ||||||
|                 valueInput.type = "text"; |     valueInput.type = "text"; | ||||||
|                 valueInput.name = "value"; |     valueInput.name = "value"; | ||||||
|                 container.appendChild(valueInput); |     container.appendChild(valueInput); | ||||||
|         } | } | ||||||
		Reference in New Issue
	
	Block a user