Skip to content

Commit

Permalink
Merge branches 'w/2.11/bugfix/show-average-metrics' and 'q/3534/2.10/…
Browse files Browse the repository at this point in the history
…bugfix/show-average-metrics' into tmp/octopus/q/2.11
  • Loading branch information
bert-e committed Sep 16, 2021
3 parents bafb951 + ea19e5b + 4d65f5b commit cba3846
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/src/ducks/app/monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ export default function reducer(state = defaultState, action = {}) {
...state,
volumeCurrentStats: { ...state.volumeCurrentStats, ...action.payload },
};
case UPDATE_NODESTATS_FETCH_ARG:
return {
...state,
nodeStats: { ...state.nodeStats, ...action.payload },
};
case UPDATE_NODE_UNAME_INFO:
return {
...state,
Expand Down

0 comments on commit cba3846

Please sign in to comment.