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