@ -1,10 +1,12 @@
import PropTypes from 'prop-types' ;
import PropTypes from 'prop-types' ;
import React , { Component } from 'react' ;
import React , { Component } from 'react' ;
import Alert from 'Components/Alert' ;
import FieldSet from 'Components/FieldSet' ;
import FieldSet from 'Components/FieldSet' ;
import Icon from 'Components/Icon' ;
import Icon from 'Components/Icon' ;
import IconButton from 'Components/Link/IconButton' ;
import IconButton from 'Components/Link/IconButton' ;
import SpinnerIconButton from 'Components/Link/SpinnerIconButton' ;
import SpinnerIconButton from 'Components/Link/SpinnerIconButton' ;
import LoadingIndicator from 'Components/Loading/LoadingIndicator' ;
import LoadingIndicator from 'Components/Loading/LoadingIndicator' ;
import InlineMarkdown from 'Components/Markdown/InlineMarkdown' ;
import TableRowCell from 'Components/Table/Cells/TableRowCell' ;
import TableRowCell from 'Components/Table/Cells/TableRowCell' ;
import Table from 'Components/Table/Table' ;
import Table from 'Components/Table/Table' ;
import TableBody from 'Components/Table/TableBody' ;
import TableBody from 'Components/Table/TableBody' ;
@ -204,7 +206,7 @@ class Health extends Component {
{
{
! ! testLink &&
! ! testLink &&
testLink
testLink
}
}
< / T a b l e R o w C e l l >
< / T a b l e R o w C e l l >
< / T a b l e R o w >
< / T a b l e R o w >
@ -214,6 +216,12 @@ class Health extends Component {
< / T a b l e B o d y >
< / T a b l e B o d y >
< / T a b l e >
< / T a b l e >
}
}
{
healthIssues &&
< Alert kind = { kinds . INFO } >
< InlineMarkdown data = { translate ( 'HealthMessagesInfoBox' , { link : '/system/logs/files' } ) } / >
< / A l e r t >
}
< / F i e l d S e t >
< / F i e l d S e t >
) ;
) ;
}
}