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\Service;
|
||||
?>
|
||||
<table class="action" data-base-target="_next">
|
||||
<table class="state-table common-table" data-base-target="_next">
|
||||
<tbody>
|
||||
<?php
|
||||
foreach ($this->downtimes as $i => $downtime):
|
||||
|
|
Loading…
Reference in New Issue