mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
monitoring: Fix table class in downtimes-header.phtml
This commit is contained in:
parent
d6431119e9
commit
2766b1ba0c
@ -2,7 +2,7 @@
|
|||||||
use Icinga\Module\Monitoring\Object\Host;
|
use Icinga\Module\Monitoring\Object\Host;
|
||||||
use Icinga\Module\Monitoring\Object\Service;
|
use Icinga\Module\Monitoring\Object\Service;
|
||||||
?>
|
?>
|
||||||
<table class="action" data-base-target="_next">
|
<table class="state-table common-table" data-base-target="_next">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
foreach ($this->downtimes as $i => $downtime):
|
foreach ($this->downtimes as $i => $downtime):
|
||||||
@ -37,4 +37,4 @@ use Icinga\Module\Monitoring\Object\Service;
|
|||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</p>
|
</p>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user