Trace: trace to logs design update (#30637)

* Add new icon to custom icons

* Show button in span detail
This commit is contained in:
Zoltán Bedi
2021-01-28 11:32:02 +01:00
committed by GitHub
parent fdd6a84d82
commit 4147c3b907
8 changed files with 49 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ export function createSpanLinkFactory(splitOpenFn: SplitOpen, traceToLogsOptions
return {
href: link.href,
onClick: link.onClick,
content: <Icon name="file-alt" title="Show logs" />,
content: <Icon name="gf-logs" title="Explore the logs for this in split view" />,
};
};
}