mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
13329-Fix redirect to not initialised agents tactical view
This commit is contained in:
parent
55be5b5208
commit
70b1abc02b
@ -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…
x
Reference in New Issue
Block a user