icingaweb2/application/layouts/scripts/body.phtml

28 lines
708 B
PHTML
Raw Normal View History

<?php echo $this->render('parts/topbar.phtml') ?>
<div class="row">
<!-- Only required for left/right tabs -->
<div class="col-sm-12 col-xs-12 col-md-2 col-lg-2">
<?php echo $this->render('parts/navigation.phtml') ?>
</div>
<div class="col-sm-12 col-xs-12 col-md-10 col-lg-10">
<div id="icingamain" class="col-sm-12 col-xs-12 col-md-8 col-lg-8">
<?= $this->render('inline.phtml') ?>
</div>
<div id="icingadetail" class="hidden-sm hidden-xs col-md-4 col-lg-4">
Details
</div>
</div>
</div>
<br/>
<!-- Make some space at the end of the page -->
<div class="panel">
<div class="panel-body text-center">
2013-09-04 17:12:44 +02:00
Icinga 2 Web &copy; 2013 Icinga Team
</div>
</div>