node/simulate: link to overlay

This commit is contained in:
Thomas Gelf 2015-10-07 17:10:26 +02:00
parent 0ab28c3993
commit ae4cf396dc

View file

@ -4,6 +4,7 @@ namespace Icinga\Module\Businessprocess;
use Icinga\Web\Url; use Icinga\Web\Url;
use Icinga\Exception\ProgrammingError; use Icinga\Exception\ProgrammingError;
use Icinga\Data\Filter\Filter;
use Exception; use Exception;
abstract class Node abstract class Node
@ -406,7 +407,7 @@ abstract class Node
} }
return sprintf( return sprintf(
' <a href="%s" %stitle="%s" style="float: right">%s</a>', ' <a href="%s" %stitle="%s" style="float: right" data-base-target="bp-overlay">%s</a>',
$url, $url,
$target, $target,
$view->escape($title), $view->escape($title),