mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
Make contact group name bold in the contact groups view
This commit is contained in:
parent
0efe72b429
commit
0500afb013
@ -30,7 +30,7 @@ if (! $this->compact): ?>
|
|||||||
<td class="count-col">
|
<td class="count-col">
|
||||||
<span class="badge"><?= $contactGroup->contact_count ?></span>
|
<span class="badge"><?= $contactGroup->contact_count ?></span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<th>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$contactGroup->contactgroup_name,
|
$contactGroup->contactgroup_name,
|
||||||
'monitoring/list/contacts',
|
'monitoring/list/contacts',
|
||||||
@ -40,7 +40,7 @@ if (! $this->compact): ?>
|
|||||||
$contactGroup->contactgroup_name
|
$contactGroup->contactgroup_name
|
||||||
))
|
))
|
||||||
) ?>
|
) ?>
|
||||||
</td>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<?php if ($contactGroup->contactgroup_name !== $contactGroup->contactgroup_alias): ?>
|
<?php if ($contactGroup->contactgroup_name !== $contactGroup->contactgroup_alias): ?>
|
||||||
<?= $contactGroup->contactgroup_alias ?>
|
<?= $contactGroup->contactgroup_alias ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user