Merge branch 'master' into ui-2

This commit is contained in:
Jaco Greeff
2017-08-07 12:02:39 +02:00
252 changed files with 3490 additions and 1985 deletions

View File

@@ -118,7 +118,7 @@ class SyncWarning extends Component {
function mapStateToProps (state) {
const { health } = state.nodeStatus;
const isNotAvailableYet = health.overall.isReady;
const isNotAvailableYet = health.overall.isNotReady;
const isOk = isNotAvailableYet || health.overall.status === 'ok';
return {