monitoring: Remove CSS class newsection in the service/show view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 15:54:33 +02:00
parent 419638518f
commit 53a5ed2173
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<?= $this->render('show/components/output.phtml') ?>
<?= $this->render('show/components/grapher.phtml') ?>
<table class="name-value-table newsection">
<table class="name-value-table">
<tbody>
<tr><td colspan="2"><h2><?= $this->translate('Problem handling') ?></h2></td></tr>
<?= $this->render('show/components/acknowledgement.phtml') ?>