background-image:url('../img/desc.png');
}
+#historyTable > tbody > tr > td,
+#historyTable > thead > tr > th {
+ padding: 4px;
+}
+#historyTable > thead > tr > th {
+ padding-right: 20px;
+}
+
.btn-upload-trigger {
position:relative;
z-index:1;
"sortValue": item.unix_time
}
};
- var scan_time = item.time_real.toFixed(3) + '/' +
+ var scan_time = item.time_real.toFixed(3) + ' / ' +
item.time_virtual.toFixed(3);
item.scan_time = {
"options": {
"title": "ID",
"style": {
"font-size": "11px",
- "width": 200,
+ "minWidth": 130,
"maxWidth": 200,
"overflow": "hidden",
"textOverflow": "ellipsis",
"breakpoints": "xs sm md",
"style": {
"font-size": "11px",
- "minWidth": 150
+ "minWidth": 88
}
}, {
"name": "sender_mime",
"title": "Action",
"style": {
"font-size": "11px",
- "width": 110,
- "maxWidth": 110
+ "minwidth": 82
}
}, {
"name": "score",
}
}, {
"name": "size",
- "title": "Message size",
+ "title": "Msg size",
"breakpoints": "xs sm md",
"style": {
"font-size": "11px",
- "width": 90,
- "maxWidth": 110
+ "minwidth": 50,
},
"formatter": Humanize.compactInteger
}, {
"breakpoints": "xs sm md",
"style": {
"font-size": "11px",
- "maxWidth": 120
+ "maxWidth": 72
},
"sortValue": function(val) { return Number(val.options.sortValue); }
}, {
"breakpoints": "xs sm md",
"style": {
"font-size": "11px",
- "minWidth": 150
+ "minWidth": 100
}
}];
}