mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +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
|
||||
),
|
||||
array(
|
||||
'class' => 'action-link',
|
||||
'title' => sprintf($this->translate('Remove user group %s'), $group->group_name),
|
||||
'icon' => 'trash'
|
||||
'icon' => 'cancel'
|
||||
)
|
||||
); ?>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user