mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-20 23:00:16 -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\Exception\ProgrammingError;
|
||||
use Icinga\Data\Filter\Filter;
|
||||
use Exception;
|
||||
|
||||
abstract class Node
|
||||
|
|
@ -406,7 +407,7 @@ abstract class Node
|
|||
}
|
||||
|
||||
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,
|
||||
$target,
|
||||
$view->escape($title),
|
||||
|
|
|
|||
Loading…
Reference in a new issue