T139 History table draft created
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										17
									
								
								target/classes/static/css/table.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								target/classes/static/css/table.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| .simpleTable { | ||||
|     width: 100%; | ||||
|     text-align: left; | ||||
|     border: none; | ||||
| } | ||||
|  | ||||
| .simpleTable tr.thead{ | ||||
|     border-bottom: 1px solid gray; | ||||
| } | ||||
|  | ||||
| .simpleTable td { | ||||
|     font-size: 14px; | ||||
| } | ||||
|  | ||||
| .simpleTable th { | ||||
|     font-size: 24px; | ||||
| } | ||||
| @@ -8,6 +8,7 @@ | ||||
|     <link rel="stylesheet" href="http://gordon.zipper.release11.com:8085/common.css" type="text/css"> | ||||
|     <link rel="stylesheet" href="/Dependency/fontello-plus/css/fontello.css" type="text/css"/> | ||||
|     <link rel="stylesheet" href="/css/modal.css" type="text/css"> | ||||
|     <link rel="stylesheet" href="/css/table.css" type="text/css"> | ||||
|     <link rel="preconnect" href="https://fonts.gstatic.com"> | ||||
|     <link href="https://fonts.googleapis.com/css2?family=Acme&family=Josefin+Slab:wght@500&display=swap" rel="stylesheet"> | ||||
|     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||||
| @@ -103,14 +104,31 @@ | ||||
|                                 <button>Search</button> | ||||
|                             </div> | ||||
|                             <div> | ||||
|                                 <table id="historyTable"> | ||||
|                                 <table id="historyTable" class="simpleTable"> | ||||
|                                     <thead> | ||||
|                                         <tr> | ||||
|                                             <td>Timestamp</td> | ||||
|                                             <td>Status</td> | ||||
|                                         <tr class="head"> | ||||
|                                             <th>Timestamp</th> | ||||
|                                             <th>Status</th> | ||||
|                                         </tr> | ||||
|                                     </thead> | ||||
|                                     <tbody></tbody> | ||||
|                                     <tbody> | ||||
|                                         <tr> | ||||
|                                             <td>2020-02-02 10:56:23</td> | ||||
|                                             <td>Request received</td> | ||||
|                                         </tr> | ||||
|                                         <tr> | ||||
|                                             <td>2020-02-02 10:56:23</td> | ||||
|                                             <td>Request received</td> | ||||
|                                         </tr> | ||||
|                                         <tr> | ||||
|                                             <td>2020-02-02 10:56:23</td> | ||||
|                                             <td>Request received</td> | ||||
|                                         </tr> | ||||
|                                         <tr> | ||||
|                                             <td>2020-02-02 10:56:23</td> | ||||
|                                             <td>Request received</td> | ||||
|                                         </tr> | ||||
|                                     </tbody> | ||||
|                                 </table> | ||||
|                             </div> | ||||
|                         </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user