Merge branch 'ent-13329-vista-tactica-al-hacer-click-en-no-monitors-te-lleva-a-all' into 'develop'
Ent 13329 vista tactica al hacer click en no monitors te lleva a all See merge request artica/pandorafms!7160
This commit is contained in:
commit
44078b1f57
|
@ -199,7 +199,7 @@ function redirectAgentStatus(e, element) {
|
||||||
switch (e.chart.legend.legendItems[element[0].index].text) {
|
switch (e.chart.legend.legendItems[element[0].index].text) {
|
||||||
case "No monitors":
|
case "No monitors":
|
||||||
window.location.assign(
|
window.location.assign(
|
||||||
`index.php?sec=view&sec2=operation/agentes/estado_agente`
|
`index.php?sec=view&sec2=operation/agentes/estado_agente&status=5`
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue