monitoring: Use name-value-table instead of avp in the service/show view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 15:54:00 +02:00
parent 11cfdb2f15
commit 419638518f
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="avp newsection">
<table class="name-value-table newsection">
<tbody>
<tr><td colspan="2"><h2><?= $this->translate('Problem handling') ?></h2></td></tr>
<?= $this->render('show/components/acknowledgement.phtml') ?>