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">
|
<div class="content">
|
||||||
<table data-base-target="_next" class="action action-table">
|
<table data-base-target="_next" class="action action-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($history->peekAhead() as $event): ?>
|
<?php foreach ($history->peekAhead() as $event):
|
||||||
<?php
|
|
||||||
$icon = 'help';
|
$icon = 'help';
|
||||||
$msg = $event->output;
|
$msg = $event->output;
|
||||||
$title = $event->type;
|
$title = $event->type;
|
||||||
@ -83,8 +82,7 @@ if (! $this->compact): ?>
|
|||||||
$icon = 'endtime';
|
$icon = 'endtime';
|
||||||
$title = $this->translate('Downtime End');
|
$title = $this->translate('Downtime End');
|
||||||
break;
|
break;
|
||||||
}
|
} ?>
|
||||||
?>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="state-col state-<?= $stateName; ?>">
|
<td class="state-col state-<?= $stateName; ?>">
|
||||||
<?php if ($history->getIteratorPosition() % $limit === 0): ?>
|
<?php if ($history->getIteratorPosition() % $limit === 0): ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user