diff --git a/modules/monitoring/application/views/scripts/health/stats.phtml b/modules/monitoring/application/views/scripts/health/stats.phtml index 275fbf4f8..792b5a050 100644 --- a/modules/monitoring/application/views/scripts/health/stats.phtml +++ b/modules/monitoring/application/views/scripts/health/stats.phtml @@ -23,7 +23,9 @@ if (! $this->compact): ?> qlink( $this->unhandledServiceProblems, - 'monitoring/list/services?service_problem=1&service_handled=0&sort=service_severity' + 'monitoring/list/services?service_problem=1&service_handled=0&sort=service_severity', + null, + array('data-base-target' => '_next') ) ?> @@ -36,7 +38,9 @@ if (! $this->compact): ?> qlink( $this->unhandledhostProblems, - 'monitoring/list/hosts?host_problem=1&host_handled=0' + 'monitoring/list/hosts?host_problem=1&host_handled=0', + null, + array('data-base-target' => '_next') ) ?>