History draft
This commit is contained in:
		
							
								
								
									
										7
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										7
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							| @@ -21,10 +21,6 @@ | ||||
|   <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/java/com/release11/klaus/controller/EventController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/controller/EventController.java" afterDir="false" /> | ||||
|       <change beforePath="$PROJECT_DIR$/src/main/resources/static/css/main.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/css/main.css" afterDir="false" /> | ||||
|       <change beforePath="$PROJECT_DIR$/src/main/resources/static/js/datatransfer.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/js/datatransfer.js" afterDir="false" /> | ||||
|       <change beforePath="$PROJECT_DIR$/src/main/resources/static/js/uianimation.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/js/uianimation.js" afterDir="false" /> | ||||
|       <change beforePath="$PROJECT_DIR$/src/main/resources/templates/mock.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/templates/mock.html" afterDir="false" /> | ||||
|     </list> | ||||
|     <option name="SHOW_DIALOG" value="false" /> | ||||
| @@ -316,7 +312,8 @@ | ||||
|       <workItem from="1612442837870" duration="8318000" /> | ||||
|       <workItem from="1612609113694" duration="13936000" /> | ||||
|       <workItem from="1612777983977" duration="14203000" /> | ||||
|       <workItem from="1612868404302" duration="13841000" /> | ||||
|       <workItem from="1612868404302" duration="14434000" /> | ||||
|       <workItem from="1612955514317" duration="1990000" /> | ||||
|     </task> | ||||
|     <task id="LOCAL-00077" summary="testing jenkins docker"> | ||||
|       <created>1601453886631</created> | ||||
|   | ||||
| @@ -73,7 +73,27 @@ | ||||
|                             </tfoot> | ||||
|                         </table> | ||||
|                     </div> | ||||
|                     <div id="history" style="display:none;"></div> | ||||
|                     <div id="history" style="display:none;"> | ||||
|                         <div id="historyDisplay"> | ||||
|                             <div> | ||||
|                                 <div><input type="text" name="dateFrom" id="historyFrom" placeholder="rrrr-mm-dd"/></div> | ||||
|                                 <div><input type="text" name="dateTo" id="historyTo" placeholder="rrrr-mm-dd"/></div> | ||||
|                             </div> | ||||
|                             <div> | ||||
|                                 <table id="historyTable"> | ||||
|                                     <thead> | ||||
|                                         <tr> | ||||
|                                             <td></td> | ||||
|                                             <td></td> | ||||
|                                         </tr> | ||||
|                                     </thead> | ||||
|                                     <tbody> | ||||
|  | ||||
|                                     </tbody> | ||||
|                                 </table> | ||||
|                             </div> | ||||
|                         </div> | ||||
|                     </div> | ||||
|                 </div> | ||||
|                 <div id="functionBar"> | ||||
|                     <button id="btn-save" type="submit" class="functionBarButton" onclick="updateData()">Save</button> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user