Reloading deployments in Time Travel.

This commit is contained in:
Filip Barl
2018-06-12 15:05:50 +02:00
parent 35bcd28e81
commit a096f2f76a
5 changed files with 80 additions and 9 deletions
@@ -870,6 +870,12 @@ export function getImagesForService(orgId, serviceId) {
};
}
export function getFluxHistory(...params) {
return (dispatch, getState, { actions }) => (
dispatch(actions.getFluxHistory(...params))
);
}
export function setMonitorState(monitor) {
return {
type: ActionTypes.MONITOR_STATE,