You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to remove the custom alert icons from Monitoring, I ran into an issue where alert-blue (aka the blue i within a circle) was referenced by the Vertex Content Render.
LINK REDACTED
This code is all directly creating the HTML that it uses with d3, but ideally we can swap over to the EUI version of the icon(s).
It is also using some other custom SVG icons, but those do not have an alternative in the EUI. (<EuiIcon type="iInCircle" /> if you can use React)
The text was updated successfully, but these errors were encountered:
The "blue i within the circle" icon is actually LINK REDACTED from the Pipeline Viewer, likely as early as 6.2, as part of LINK REDACTED So that one can be deleted once LINK REDACTED is merged.
Unfortunately the other icons are all very specific to the Pipeline Viewer. @snide Should versions of these exist in EUI? The icons are:
Original comment by @pickypg:
While trying to remove the custom alert icons from Monitoring, I ran into an issue where
alert-blue
(aka the bluei
within a circle) was referenced by the Vertex Content Render.LINK REDACTED
This code is all directly creating the HTML that it uses with d3, but ideally we can swap over to the EUI version of the icon(s).
It is also using some other custom SVG icons, but those do not have an alternative in the EUI. (
<EuiIcon type="iInCircle" />
if you can use React)The text was updated successfully, but these errors were encountered: