Remove icons from notifications view
This commit is contained in:
parent
9c3da17f2e
commit
4323c060ce
|
@ -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): ?>
|
||||||
|
|
Loading…
Reference in New Issue