Make contact group name bold in the contact groups view

This commit is contained in:
Eric Lippmann 2019-07-26 15:46:06 +02:00
parent 0efe72b429
commit 0500afb013
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ if (! $this->compact): ?>
<td class="count-col">
<span class="badge"><?= $contactGroup->contact_count ?></span>
</td>
<td>
<th>
<?= $this->qlink(
$contactGroup->contactgroup_name,
'monitoring/list/contacts',
@ -40,7 +40,7 @@ if (! $this->compact): ?>
$contactGroup->contactgroup_name
))
) ?>
</td>
</th>
<td>
<?php if ($contactGroup->contactgroup_name !== $contactGroup->contactgroup_alias): ?>
<?= $contactGroup->contactgroup_alias ?>