mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 12:24:29 +02:00
monitoring: Remove trailing semicolon from inline echo tag in the service/show view script
refs #5543
This commit is contained in:
parent
8dbf33d4dd
commit
11cfdb2f15
@ -1,6 +1,6 @@
|
|||||||
<div class="controls separated">
|
<div class="controls separated">
|
||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<?= $this->tabs; ?>
|
<?= $this->tabs ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->render('partials/service/object-header.phtml') ?>
|
<?= $this->render('partials/service/object-header.phtml') ?>
|
||||||
<h1><?= $this->translate("Service detail information") ?></h1>
|
<h1><?= $this->translate("Service detail information") ?></h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user