mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Cloud Security] Fix dash location in cloud security posture dashboard (#154333)
This commit is contained in:
parent
2f45b6c321
commit
2d5cc35612
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ export const CloudPostureScoreChart = ({
|
|||
<EuiFlexGroup
|
||||
justifyContent="flexEnd"
|
||||
gutterSize="none"
|
||||
alignItems={'baseline'}
|
||||
alignItems="flexStart"
|
||||
style={{ paddingRight: euiTheme.size.xl }}
|
||||
>
|
||||
<CounterLink
|
||||
|
@ -177,7 +177,7 @@ export const CloudPostureScoreChart = ({
|
|||
{ defaultMessage: 'Passed findings' }
|
||||
)}
|
||||
/>
|
||||
{`-`}
|
||||
<EuiText size="s"> - </EuiText>
|
||||
<CounterLink
|
||||
text="failed"
|
||||
count={data.totalFailed}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue