icingaweb2-module-director/application/views/scripts/dashlets/default.phtml

6 lines
229 B
PHTML

<a<?= $dashlet->renderClassAttribute()?> href="<?= $this->url($dashlet->getUrl()) ?>">
<?= $this->escape($dashlet->getTitle()) ?>
<?= $this->icon($this->dashlet->getIconName()) ?>
<p><?= $dashlet->getEscapedSummary() ?></p>
</a>