icingaweb2/application/views/scripts/dashboard/index.phtml

7 lines
112 B
PHTML
Raw Normal View History

2014-02-18 19:16:03 +01:00
<div class="controls">
<?= $this->tabs ?>
</div>
2014-02-21 11:35:02 +01:00
<div class="dashboard content">
2014-02-18 19:16:03 +01:00
<?= $this->dashboard ?>
</div>