[WEB] Make quarantine action column more wider
This commit is contained in:
		
				
					committed by
					
						
						Kristián Feldsam
					
				
			
			
				
	
			
			
			
						parent
						
							a09ed211bc
						
					
				
				
					commit
					a6bcde3ee0
				
			@@ -15,7 +15,7 @@ jQuery(function($){
 | 
				
			|||||||
        {"name":"sender","title":lang.sender,"breakpoints":"xs sm"},
 | 
					        {"name":"sender","title":lang.sender,"breakpoints":"xs sm"},
 | 
				
			||||||
        {"name":"rcpt","title":lang.rcpt, "type": "text"},
 | 
					        {"name":"rcpt","title":lang.rcpt, "type": "text"},
 | 
				
			||||||
        {"name":"created","formatter":function unix_time_format(tm) { var date = new Date(tm ? tm * 1000 : 0); return date.toLocaleString();},"title":lang.received,"style":{"width":"170px"}},
 | 
					        {"name":"created","formatter":function unix_time_format(tm) { var date = new Date(tm ? tm * 1000 : 0); return date.toLocaleString();},"title":lang.received,"style":{"width":"170px"}},
 | 
				
			||||||
        {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right"},"style":{"width":"205px"},"type":"html","title":lang.action,"breakpoints":"xs sm"}
 | 
					        {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right"},"style":{"width":"220px"},"type":"html","title":lang.action,"breakpoints":"xs sm"}
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
      "rows": $.ajax({
 | 
					      "rows": $.ajax({
 | 
				
			||||||
        dataType: 'json',
 | 
					        dataType: 'json',
 | 
				
			||||||
@@ -81,4 +81,4 @@ jQuery(function($){
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
  // Initial table drawings
 | 
					  // Initial table drawings
 | 
				
			||||||
  draw_quarantaine_table();
 | 
					  draw_quarantaine_table();
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user