From a6bcde3ee0b4cc8175dcbc08e2561890d6bf2488 Mon Sep 17 00:00:00 2001 From: Kristian Date: Thu, 18 Jan 2018 19:14:18 +0100 Subject: [PATCH] [WEB] Make quarantine action column more wider --- data/web/js/quarantaine.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/web/js/quarantaine.js b/data/web/js/quarantaine.js index 8c8ee3a0..09a3b2df 100644 --- a/data/web/js/quarantaine.js +++ b/data/web/js/quarantaine.js @@ -15,7 +15,7 @@ jQuery(function($){ {"name":"sender","title":lang.sender,"breakpoints":"xs sm"}, {"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":"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({ dataType: 'json', @@ -81,4 +81,4 @@ jQuery(function($){ } // Initial table drawings draw_quarantaine_table(); -}); \ No newline at end of file +});