mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +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) {
|
||||
case "No monitors":
|
||||
window.location.assign(
|
||||
`index.php?sec=view&sec2=operation/agentes/estado_agente`
|
||||
`index.php?sec=view&sec2=operation/agentes/estado_agente&status=5`
|
||||
);
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user