mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Remove github.com/2opremio/go-1/codec
* Bump github.com/ugorji/go/codec, to get fixes which make github.com/2opremio/go-1/codec unnecessary * Remove github.com/2opremio/go-1/codec * Remove type embeddings to avoid the problem explained at https://github.com/ugorji/go/issues/141#issuecomment-185450157
This commit is contained in:
@@ -169,7 +169,7 @@ export function getApiDetails() {
|
||||
export function doControlRequest(nodeId, control) {
|
||||
clearTimeout(controlErrorTimer);
|
||||
const url = `api/control/${encodeURIComponent(control.probeId)}/`
|
||||
+ `${encodeURIComponent(control.nodeId)}/${control.id}`;
|
||||
+ `${encodeURIComponent(control.nodeId)}/${control.control.id}`;
|
||||
reqwest({
|
||||
method: 'POST',
|
||||
url: url,
|
||||
|
||||
Reference in New Issue
Block a user