mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Dashlet title links should not replace the dashlet
This commit is contained in:
parent
e52c2f5fb0
commit
c5ad14e781
@ -95,7 +95,7 @@ class Component implements Widget
|
||||
private $template =<<<'EOD'
|
||||
|
||||
<div class="container" data-icinga-url="{URL}">
|
||||
<h1><a href="{FULL_URL}">{TITLE}</a></h1>
|
||||
<h1><a href="{FULL_URL}" data-base-target="col1">{TITLE}</a></h1>
|
||||
<noscript>
|
||||
<iframe src="{URL}" style="height:100%; width:99%" frameborder="no"></iframe>
|
||||
</noscript>
|
||||
|
Loading…
x
Reference in New Issue
Block a user