mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: fix error dismiss tooltip placement (#43616)
This commit is contained in:
parent
8ed5b95f42
commit
d7273c1158
@ -107,7 +107,7 @@ const ErrorSummaryButton: FC<ErrorSummaryProps> = ({ count, onClick }) => {
|
||||
|
||||
return (
|
||||
<div className={styles.floatRight}>
|
||||
<Tooltip content="Show all errors">
|
||||
<Tooltip content="Show all errors" placement="bottom">
|
||||
<Button fill="text" variant="destructive" icon="exclamation-triangle" onClick={onClick}>
|
||||
{count > 1 ? <>{count} errors</> : <>1 error</>}
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user