Remove icons from notifications view

This commit is contained in:
Eric Lippmann 2019-07-26 15:45:24 +02:00
parent 9c3da17f2e
commit 4323c060ce
1 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ if (! $this->compact): ?>
<td> <td>
<div class="state-header"> <div class="state-header">
<?php if ($isService): ?> <?php if ($isService): ?>
<?= $this->icon('service', $this->translate('Service')); ?>
<?= $this->link()->service( <?= $this->link()->service(
$notification->service_description, $notification->service_description,
$notification->service_display_name, $notification->service_display_name,
@ -50,7 +49,6 @@ if (! $this->compact): ?>
'rowaction' 'rowaction'
) ?> ) ?>
<?php else: ?> <?php else: ?>
<?= $this->icon('host', $this->translate('Host')); ?>
<?= $this->link()->host($notification->host_name, $notification->host_display_name) ?> <?= $this->link()->host($notification->host_name, $notification->host_display_name) ?>
<?php endif ?> <?php endif ?>
<?php if (! $this->contact): ?> <?php if (! $this->contact): ?>