mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
update snapshots
This commit is contained in:
parent
b0d272c9a1
commit
dc0f79606b
1 changed files with 30 additions and 14 deletions
|
@ -356,31 +356,39 @@ exports[`Stat Items rendering kpis with charts it renders the default widget 1`]
|
|||
size="l"
|
||||
type="cross"
|
||||
>
|
||||
<EuiIconEmpty
|
||||
className="euiIcon euiIcon--large euiIcon-isLoading"
|
||||
<cross
|
||||
className="euiIcon euiIcon--large"
|
||||
data-test-subj="stat-icon"
|
||||
focusable="false"
|
||||
height="16"
|
||||
style={
|
||||
Object {
|
||||
"fill": "#DB1374",
|
||||
}
|
||||
}
|
||||
viewBox="0 0 16 16"
|
||||
width="16"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<svg
|
||||
className="euiIcon euiIcon--large euiIcon-isLoading"
|
||||
className="euiIcon euiIcon--large"
|
||||
data-test-subj="stat-icon"
|
||||
focusable="false"
|
||||
height={16}
|
||||
height="16"
|
||||
style={
|
||||
Object {
|
||||
"fill": "#DB1374",
|
||||
}
|
||||
}
|
||||
viewBox="0 0 16 16"
|
||||
width={16}
|
||||
width="16"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
</EuiIconEmpty>
|
||||
>
|
||||
<path
|
||||
d="M7.293 8L3.146 3.854a.5.5 0 1 1 .708-.708L8 7.293l4.146-4.147a.5.5 0 0 1 .708.708L8.707 8l4.147 4.146a.5.5 0 0 1-.708.708L8 8.707l-4.146 4.147a.5.5 0 0 1-.708-.708L7.293 8z"
|
||||
/>
|
||||
</svg>
|
||||
</cross>
|
||||
</EuiIcon>
|
||||
</div>
|
||||
</EuiFlexItem>
|
||||
|
@ -447,31 +455,39 @@ exports[`Stat Items rendering kpis with charts it renders the default widget 1`]
|
|||
size="l"
|
||||
type="cross"
|
||||
>
|
||||
<EuiIconEmpty
|
||||
className="euiIcon euiIcon--large euiIcon-isLoading"
|
||||
<cross
|
||||
className="euiIcon euiIcon--large"
|
||||
data-test-subj="stat-icon"
|
||||
focusable="false"
|
||||
height="16"
|
||||
style={
|
||||
Object {
|
||||
"fill": "#490092",
|
||||
}
|
||||
}
|
||||
viewBox="0 0 16 16"
|
||||
width="16"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<svg
|
||||
className="euiIcon euiIcon--large euiIcon-isLoading"
|
||||
className="euiIcon euiIcon--large"
|
||||
data-test-subj="stat-icon"
|
||||
focusable="false"
|
||||
height={16}
|
||||
height="16"
|
||||
style={
|
||||
Object {
|
||||
"fill": "#490092",
|
||||
}
|
||||
}
|
||||
viewBox="0 0 16 16"
|
||||
width={16}
|
||||
width="16"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
/>
|
||||
</EuiIconEmpty>
|
||||
>
|
||||
<path
|
||||
d="M7.293 8L3.146 3.854a.5.5 0 1 1 .708-.708L8 7.293l4.146-4.147a.5.5 0 0 1 .708.708L8.707 8l4.147 4.146a.5.5 0 0 1-.708.708L8 8.707l-4.146 4.147a.5.5 0 0 1-.708-.708L7.293 8z"
|
||||
/>
|
||||
</svg>
|
||||
</cross>
|
||||
</EuiIcon>
|
||||
</div>
|
||||
</EuiFlexItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue