mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-29 10:09:35 -05:00
parent
c5d3127303
commit
b932fa8415
2 changed files with 2 additions and 2 deletions
|
|
@ -222,7 +222,7 @@ class NodeTile extends BaseHtmlElement
|
|||
'class' => 'node-info',
|
||||
'title' => sprintf('%s: %s', mt('businessprocess', 'More information'), $url)
|
||||
],
|
||||
Html::tag('i', ['class' => 'icon icon-circled'])
|
||||
Html::tag('i', ['class' => 'icon icon-info-circled'])
|
||||
);
|
||||
if (preg_match('#^http(?:s)?://#', $url)) {
|
||||
$link->addAttributes(['target' => '_blank']);
|
||||
|
|
|
|||
|
|
@ -291,7 +291,7 @@ class TreeRenderer extends Renderer
|
|||
'help',
|
||||
$url,
|
||||
sprintf('%s: %s', mt('businessprocess', 'More information'), $url)
|
||||
);
|
||||
)->addAttributes(['target' => '_blank']);
|
||||
}
|
||||
|
||||
protected function actionIcon($icon, $url, $title)
|
||||
|
|
|
|||
Loading…
Reference in a new issue