fastforward to apache/master

This commit is contained in:
Hugh Miles
2018-01-24 17:05:57 -08:00
parent 36956a5d24
commit 63cbcb80c3
26 changed files with 278 additions and 85 deletions

View File

@@ -22,7 +22,7 @@ class QueryAutoRefresh extends React.PureComponent {
const queryKeys = Object.keys(queries);
const queriesAsArray = queryKeys.map(key => queries[key]);
return queriesAsArray.some(q =>
['running', 'started', 'pending', 'fetching'].indexOf(q.state) >= 0);
['running', 'started', 'pending', 'fetching'].indexOf(q.state) >= 0).length;
}
startTimer() {
if (!(this.timer)) {