This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
icingaweb2
mirror of
https://github.com/Icinga/icingaweb2.git
Watch
1
Star
0
Fork
You've already forked icingaweb2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
968fa36cfd
icingaweb2
/
modules
/
monitoring
/
application
/
views
/
scripts
/
chart
/
hostgroup.phtml
7 lines
78 B
PHTML
Raw
Normal View
History
Unescape
Escape
Fix/Reimplement dashboard refs #4532
2013-10-22 12:08:44 +02:00
Do not use height and width in bar charts, to avoid layout errors
2014-07-22 17:57:40 +02:00
<
div
style
=
"max-height:548px; margin:auto;"
>
Add default dashboard, fix componentLoader issue introduced before
2013-10-23 13:05:06 +02:00
<?
=
$chart->render();
?>
<
/
div
>