mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-23 22:36:24 +00:00
Reloading deployments in Time Travel.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user