+
+ {
+ handleTraceButtonClick(entry.latestTraceId, entry.firstEntrySpan);
+ }}
+ icon={CrosshairIcon}
+ buttonType={"secondary"}
+ />
+
+
);
const columns = [
columnHelper.accessor((row) => row, {
id: "recentActivity",
- header: "",
+ header: "Asset",
+ meta: {
+ width: "60%",
+ minWidth: 60
+ },
cell: (info) => {
const entry = info.getValue();
return (
<>
- {isRecent(entry) && (
-