Reposition "X row(s) selected" message for downtimes and comments

Like hosts or services this message should be displayed like a footer.
This commit is contained in:
raviks789 2023-08-21 14:47:01 +02:00
parent 7da8431c7c
commit 2ab91955e5
2 changed files with 10 additions and 0 deletions

View File

@ -59,3 +59,8 @@
</div>
<?php endif ?>
</div>
<?php if (! $this->compact): ?>
<div class="monitoring-statusbar dont-print">
<?= $this->render('list/components/selectioninfo.phtml') ?>
</div>
<?php endif ?>

View File

@ -62,3 +62,8 @@ if (! $this->compact): ?>
</div>
<?php endif ?>
</div>
<?php if (! $this->compact): ?>
<div class="monitoring-statusbar dont-print">
<?= $this->render('list/components/selectioninfo.phtml') ?>
</div>
<?php endif ?>