mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
baf47fef7f
commit
508322cfdc
@ -44,12 +44,20 @@
|
|||||||
<?php if ($dashlet->getDisabled() === true) continue; ?>
|
<?php if ($dashlet->getDisabled() === true) continue; ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="<?= $this->href('dashboard/update-dashlet', array('pane' => $pane->getName(), 'dashlet' => $dashlet->getTitle())); ?>">
|
<?= $this->qlink(
|
||||||
<?= $dashlet->getTitle(); ?>
|
$dashlet->getTitle(),
|
||||||
</a>
|
'dashboard/update-dashlet',
|
||||||
|
array('pane' => $pane->getName(), 'dashlet' => $dashlet->getTitle()),
|
||||||
|
array('title' => sprintf($this->translate('Edit dashlet %s'), $dashlet->getTitle()))
|
||||||
|
); ?>
|
||||||
</td>
|
</td>
|
||||||
<td style="table-layout: fixed; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">
|
<td style="table-layout: fixed; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">
|
||||||
<a href="<?= $this->href($dashlet->getUrl()); ?>"><?= $dashlet->getUrl(); ?></a>
|
<?= $this->qlink(
|
||||||
|
$dashlet->getUrl(),
|
||||||
|
$dashlet->getUrl(),
|
||||||
|
null,
|
||||||
|
array('title' => sprintf($this->translate('Show dashlet %s'), $dashlet->getTitle()))
|
||||||
|
); ?>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user