monitoring: Fix table class in downtimes-header.phtml

This commit is contained in:
Eric Lippmann 2015-12-21 09:29:52 +01:00
parent d6431119e9
commit 2766b1ba0c
1 changed files with 2 additions and 2 deletions

View File

@ -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):
@ -37,4 +37,4 @@ use Icinga\Module\Monitoring\Object\Service;
)
) ?>
</p>
<?php endif ?>
<?php endif ?>