mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
wip
This commit is contained in:
@@ -304,6 +304,7 @@ export function getApiDetails(dispatch) {
|
||||
}
|
||||
|
||||
export function doControlRequest(nodeId, control, dispatch) {
|
||||
console.log(nodeId, control);
|
||||
clearTimeout(controlErrorTimer);
|
||||
const url = `${getApiPath()}/api/control/${encodeURIComponent(control.probeId)}/`
|
||||
+ `${encodeURIComponent(control.nodeId)}/${control.id}`;
|
||||
|
||||
Reference in New Issue
Block a user