monitoring/list/hostgroups: Enhance PDF layout
This commit is contained in:
parent
d5fbae7b28
commit
4da687ae27
|
@ -281,7 +281,7 @@ if (! $this->compact): ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?php if ($hostGroups->hasMore()): ?>
|
<?php if ($hostGroups->hasMore()): ?>
|
||||||
<div class="action-links">
|
<div class="dont-print action-links">
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$this->translate('Show More'),
|
$this->translate('Show More'),
|
||||||
$this->url()->without(array('showCompact', 'limit')),
|
$this->url()->without(array('showCompact', 'limit')),
|
||||||
|
|
Loading…
Reference in New Issue