monitoring/list/hostgroups: Enhance PDF layout

This commit is contained in:
Johannes Meyer 2022-02-28 17:32:38 +01:00
parent d5fbae7b28
commit 4da687ae27
1 changed files with 1 additions and 1 deletions

View File

@ -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')),