mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-03 21:53:08 -04:00
monitoring: Use name-value-table instead of avp in the service/show view script
refs #5543
This commit is contained in:
parent
11cfdb2f15
commit
419638518f
1 changed files with 1 additions and 1 deletions
|
|
@ -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') ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue