mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Remapping iInCircle
and questionInCircle
and deprecating help
icon (#223142)
## Summary This PR closes the issue https://github.com/elastic/kibana/issues/221380 and does 3 things: 1. Replaces all current usages of `iInCircle` with `info` (no visual changes) 2. Replaces all current usages of `questionInCircle` with `question`(no visual changes) 3. Replaces all current `help` icon usages with `question`(lifesaver icon replaced with question) ## Screenshots:    --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Anton Dosov <anton.dosov@elastic.co>
This commit is contained in:
parent
2ce244f006
commit
0d2125427f
644 changed files with 1195 additions and 1274 deletions
|
@ -789,7 +789,7 @@ function NoShardDelayCallout() {
|
|||
</>
|
||||
}
|
||||
color="warning"
|
||||
iconType="help"
|
||||
iconType="question"
|
||||
>
|
||||
<p>
|
||||
This demo works best with <EuiCode>shardDelay</EuiCode> aggregation which simulates slow
|
||||
|
@ -805,7 +805,7 @@ function NoShardDelayCallout() {
|
|||
|
||||
function NoDataViewsCallout() {
|
||||
return (
|
||||
<EuiCallOut title={<>Missing data views!</>} color="warning" iconType="help">
|
||||
<EuiCallOut title={<>Missing data views!</>} color="warning" iconType="question">
|
||||
<p>This demo requires at least one data view.</p>
|
||||
</EuiCallOut>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue