minmod
This commit is contained in:
parent
06f9acc202
commit
65848c0fe0
|
@ -92,8 +92,7 @@
|
|||
$CLUSTERLIST, [
|
||||
'icon_remove' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/remove.svg' ),
|
||||
'icon_edit' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/edit.svg' ),
|
||||
'icon_card' => file_get_contents( __ROOT__.'/src/static/container/card.svg' ),
|
||||
'icon_mail' => file_get_contents( __ROOT__.'/src/static/container/mail.svg' ),
|
||||
'icon_type' => file_get_contents( __ROOT__.'/src/static/menu-side/device.svg' ),
|
||||
'icon_group' => file_get_contents( __ROOT__.'/src/static/container/group.svg' ),
|
||||
]);
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<span class='code'>
|
||||
@icon_type
|
||||
<span>utilisateurs (@count)</span>
|
||||
<span>@count utilisateurs</span>
|
||||
</span>
|
||||
|
||||
<span class='groups'>
|
||||
|
@ -92,8 +92,7 @@
|
|||
$CLUSTERLIST, [
|
||||
'icon_remove' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/remove.svg' ),
|
||||
'icon_edit' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/edit.svg' ),
|
||||
'icon_card' => file_get_contents( __ROOT__.'/src/static/container/card.svg' ),
|
||||
'icon_mail' => file_get_contents( __ROOT__.'/src/static/container/mail.svg' ),
|
||||
'icon_type' => file_get_contents( __ROOT__.'/src/static/menu-side/users.svg' ),
|
||||
'icon_group' => file_get_contents( __ROOT__.'/src/static/container/group.svg' ),
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue