JS components are gone

This commit is contained in:
Thomas Gelf 2014-03-04 11:15:56 +00:00
parent 76c322901c
commit 8c78600841
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class PieChart implements Widget
*/
private $template =<<<'EOD'
<div>
<div data-icinga-component="app/piechart">
<img class='inlinepie' src="{url}" width={width} height={height}> </img>
</div>
EOD;