mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-02-10 14:23:44 -05:00
12 lines
280 B
PHTML
12 lines
280 B
PHTML
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<?php foreach ($this->images as $base => $img): ?>
|
|
<div style="width: 260px; float: left; margin-right: 5px;">
|
|
<h3><?= $this->escape($base) ?></h3>
|
|
<img src="<?= $img ?>" />
|
|
</div>
|
|
<?php endforeach ?>
|
|
</div>
|