mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Trace: trace to logs design update (#30637)
* Add new icon to custom icons * Show button in span detail
This commit is contained in:
@@ -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" />,
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user