Skip to content

Commit

Permalink
monitoring: Remove jump link to load additional events in the event h…
Browse files Browse the repository at this point in the history
…istory overview

fixes #10296
  • Loading branch information
lippserd committed Nov 3, 2015
1 parent a9ce9ff commit b8234e8
Showing 1 changed file with 2 additions and 11 deletions.
Expand Up @@ -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>
Expand Down

0 comments on commit b8234e8

Please sign in to comment.