monitoring: Indent the event history overview w/ 4 spaces

This commit is contained in:
Eric Lippmann 2015-11-03 09:21:42 +01:00
parent fee77af5e8
commit 6b0e5be05d

View File

@ -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): ?>