mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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:
parent
7da8431c7c
commit
2ab91955e5
@ -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 ?>
|
||||
|
@ -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 ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user