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…
Reference in New Issue