mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
82750af41d
commit
cd05fce997
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ function MaybeViewTraceLink({
|
|||
return (
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiToolTip content="The trace parent cannot be found">
|
||||
<EuiButton iconType="apmApp" disabled={true}>
|
||||
<EuiButton iconType="apmTrace" disabled={true}>
|
||||
View full trace
|
||||
</EuiButton>
|
||||
</EuiToolTip>
|
||||
|
@ -50,7 +50,7 @@ function MaybeViewTraceLink({
|
|||
return (
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiToolTip content="Currently viewing the full trace">
|
||||
<EuiButton iconType="apmApp" disabled={true}>
|
||||
<EuiButton iconType="apmTrace" disabled={true}>
|
||||
View full trace
|
||||
</EuiButton>
|
||||
</EuiToolTip>
|
||||
|
@ -62,7 +62,7 @@ function MaybeViewTraceLink({
|
|||
return (
|
||||
<EuiFlexItem grow={false}>
|
||||
<TransactionLink transaction={waterfall.traceRoot}>
|
||||
<EuiButton iconType="apmApp">View full trace</EuiButton>
|
||||
<EuiButton iconType="apmTrace">View full trace</EuiButton>
|
||||
</TransactionLink>
|
||||
</EuiFlexItem>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue