Add auth_relay to stream status request so that it works when AUTH_RELAY=PLAIN
parent
a1c732abb8
commit
e216b6b008
|
@ -33,7 +33,7 @@ function streamReq(data) {
|
||||||
data.view = 'request';
|
data.view = 'request';
|
||||||
data.request = 'stream';
|
data.request = 'stream';
|
||||||
|
|
||||||
$j.getJSON(monitorUrl, data)
|
$j.getJSON(monitorUrl+'?'+auth_relay, data)
|
||||||
.done(getCmdResponse)
|
.done(getCmdResponse)
|
||||||
.fail(logAjaxFail);
|
.fail(logAjaxFail);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue