Dashlet title links should not replace the dashlet

This commit is contained in:
Thomas Gelf 2014-03-06 09:20:40 +00:00
parent e52c2f5fb0
commit c5ad14e781
1 changed files with 1 additions and 1 deletions

View File

@ -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>