mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
f953c42621
commit
f2c37d7f46
1 changed files with 6 additions and 6 deletions
|
@ -219,7 +219,7 @@ export class AnomalyDetails extends Component {
|
|||
return (
|
||||
<React.Fragment>
|
||||
<EuiText size="xs">
|
||||
<h5>Description</h5>
|
||||
<h4>Description</h4>
|
||||
{anomalyDescription}
|
||||
</EuiText>
|
||||
{(mvDescription !== undefined) &&
|
||||
|
@ -236,11 +236,11 @@ export class AnomalyDetails extends Component {
|
|||
const isInterimResult = _.get(this.props.anomaly, 'source.is_interim', false);
|
||||
return (
|
||||
<React.Fragment>
|
||||
<EuiText>
|
||||
<EuiText size="xs">
|
||||
{this.props.isAggregatedData === true ? (
|
||||
<h5>Details on highest severity anomaly</h5>
|
||||
<h4>Details on highest severity anomaly</h4>
|
||||
) : (
|
||||
<h5>Anomaly details</h5>
|
||||
<h4>Anomaly details</h4>
|
||||
)}
|
||||
{isInterimResult === true &&
|
||||
<React.Fragment>
|
||||
|
@ -287,8 +287,8 @@ export class AnomalyDetails extends Component {
|
|||
return (
|
||||
<React.Fragment>
|
||||
<EuiSpacer size="m" />
|
||||
<EuiText>
|
||||
<h5>Influencers</h5>
|
||||
<EuiText size="xs">
|
||||
<h4>Influencers</h4>
|
||||
</EuiText>
|
||||
<EuiDescriptionList
|
||||
type="column"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue