monitoring: Remove jump link to load additional events in the event history overview

fixes #10296
This commit is contained in:
Eric Lippmann 2015-11-03 09:30:43 +01:00
parent a9ce9ff414
commit b8234e8021
1 changed files with 2 additions and 11 deletions

View File

@ -14,17 +14,8 @@ if (! $this->compact): ?>
<div class="controls dont-print separated">
<?= $this->tabs ?>
<div class="grid">
<div class="col-1-3 text-left">
<?= $this->limiter ?>
</div>
<div class="col-1-3">
<a class="action-link" href="#load-more">
<?= $this->translate('Scroll to the bottom of this page to load additional events') ?>
</a>
</div>
<div class="col-1-3 text-right">
<?= $this->sortBox ?>
</div>
<?= $this->limiter ?>
<?= $this->sortBox ?>
</div>
<?= $this->filterEditor ?>
</div>