mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Maps] use partial icon instead of iInCircle to denote layers with partial results (#43550)
This commit is contained in:
parent
162e145f87
commit
7d09b9dfa6
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ export class AbstractLayer {
|
|||
tooltipContent = customIconAndTooltipContent.tooltipContent;
|
||||
} else {
|
||||
footnotes.push({
|
||||
icon: <EuiIcon color="subdued" type="iInCircle" />,
|
||||
icon: <EuiIcon color="subdued" type="partial" size="s" />,
|
||||
message: customIconAndTooltipContent.tooltipContent
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue