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\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):