mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-16 18:34:26 +02:00
parent
e32eeb991e
commit
cdd5da80f0
@ -148,9 +148,9 @@ class DashletForm extends Form
|
|||||||
$this->populate(array(
|
$this->populate(array(
|
||||||
'pane' => $dashlet->getPane()->getName(),
|
'pane' => $dashlet->getPane()->getName(),
|
||||||
'org_pane' => $dashlet->getPane()->getName(),
|
'org_pane' => $dashlet->getPane()->getName(),
|
||||||
'dashlet' => $dashlet->getTitle(),
|
'dashlet' => $dashlet->getTitle(),
|
||||||
'org_dashlet' => $dashlet->getTitle(),
|
'org_dashlet' => $dashlet->getTitle(),
|
||||||
'url' => $dashlet->getUrl()
|
'url' => $dashlet->getUrl()->getRelativeUrl()
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -55,8 +55,8 @@
|
|||||||
</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;">
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$dashlet->getUrl(),
|
$dashlet->getUrl()->getRelativeUrl(),
|
||||||
$dashlet->getUrl(),
|
$dashlet->getUrl()->getRelativeUrl(),
|
||||||
null,
|
null,
|
||||||
array('title' => sprintf($this->translate('Show dashlet %s'), $dashlet->getTitle()))
|
array('title' => sprintf($this->translate('Show dashlet %s'), $dashlet->getTitle()))
|
||||||
); ?>
|
); ?>
|
||||||
@ -78,4 +78,4 @@
|
|||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user