mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-23 08:09:37 -05:00
node/simulate: link to overlay
This commit is contained in:
parent
0ab28c3993
commit
ae4cf396dc
1 changed files with 2 additions and 1 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue