mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
monitoring: Indent the event history overview w/ 4 spaces
This commit is contained in:
parent
fee77af5e8
commit
6b0e5be05d
@ -32,8 +32,7 @@ if (! $this->compact): ?>
|
||||
<div class="content">
|
||||
<table data-base-target="_next" class="action action-table">
|
||||
<tbody>
|
||||
<?php foreach ($history->peekAhead() as $event): ?>
|
||||
<?php
|
||||
<?php foreach ($history->peekAhead() as $event):
|
||||
$icon = 'help';
|
||||
$msg = $event->output;
|
||||
$title = $event->type;
|
||||
@ -83,8 +82,7 @@ if (! $this->compact): ?>
|
||||
$icon = 'endtime';
|
||||
$title = $this->translate('Downtime End');
|
||||
break;
|
||||
}
|
||||
?>
|
||||
} ?>
|
||||
<tr>
|
||||
<td class="state-col state-<?= $stateName; ?>">
|
||||
<?php if ($history->getIteratorPosition() % $limit === 0): ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user