monitoring/list/servicegroups: Enhance PDF layout
This commit is contained in:
parent
861f166798
commit
159ca2ce3f
|
@ -169,7 +169,7 @@ if (! $this->compact): ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?php if ($serviceGroups->hasMore()): ?>
|
<?php if ($serviceGroups->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