mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Fix icon for remove action in the user group list
This commit is contained in:
parent
9d87b469c7
commit
73a80234cb
@ -82,8 +82,9 @@ if (! isset($backend)) {
|
|||||||
'group' => $group->group_name
|
'group' => $group->group_name
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
|
'class' => 'action-link',
|
||||||
'title' => sprintf($this->translate('Remove user group %s'), $group->group_name),
|
'title' => sprintf($this->translate('Remove user group %s'), $group->group_name),
|
||||||
'icon' => 'trash'
|
'icon' => 'cancel'
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user