Ejemplo n.º 1
0
    <div class="notice">Some timeframes may cause <strong>Ganglia</strong>-generated graphs to be missing some of the most recent data, which can appear as if 1/2 of the server pool suddenly dropped out. This is a known issue. Balance this information with other graphs when determining if you just broke something!</div>
<?php 
}
?>

<?php 
if ($has_jenkins && $time != '1h') {
    ?>
    <div class="notice"><strong>Jenkins</strong> can only display graphs in three time intervals: <em>one-hour, one-day </em>and<em> one-week.</em>  Jenkins graphs displayed here are using the time interval closest to the one you selected.</div>
<?php 
}
?>

<?php 
if (isset($html_for_header)) {
    print $html_for_header;
}
?>

<div id="frame">
    <?php 
echo GraphFactory::getInstance()->getDashboardSectionsHTML($graphs, $time, $show_deploys);
?>

    <?php 
if (isset($additional_html)) {
    print $additional_html;
}
?>
</div>