#11126 fixed normal link graph
This commit is contained in:
parent
c24cc4eea1
commit
8ca94d4096
|
@ -152,6 +152,12 @@ function redirectStatus(e, element) {
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case "Normal":
|
||||||
|
window.location.assign(
|
||||||
|
`index.php?sec=view&sec2=operation/agentes/status_monitor&refr=0&ag_group=0&ag_freestring=&module_option=1&ag_modulename=&moduletype=&datatype=&status=0&sort_field=&sort=none&pure=`
|
||||||
|
);
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
window.location.assign(
|
window.location.assign(
|
||||||
`index.php?sec=view&sec2=operation/agentes/status_monitor&refr=0&ag_group=0&ag_freestring=&module_option=1&ag_modulename=&moduletype=&datatype=&status=-1&sort_field=&sort=none&pure=`
|
`index.php?sec=view&sec2=operation/agentes/status_monitor&refr=0&ag_group=0&ag_freestring=&module_option=1&ag_modulename=&moduletype=&datatype=&status=-1&sort_field=&sort=none&pure=`
|
||||||
|
|
|
@ -35,7 +35,6 @@ class Overview extends Element
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
global $config;
|
global $config;
|
||||||
include_once $config['homedir'].'/include/graphs/fgraph.php';
|
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
include_once $config['homedir'].'/include/graphs/fgraph.php';
|
include_once $config['homedir'].'/include/graphs/fgraph.php';
|
||||||
if (is_ajax() === true) {
|
if (is_ajax() === true) {
|
||||||
|
|
Loading…
Reference in New Issue