mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-21 16:17:44 +00:00
dump
This commit is contained in:
parent
801c693ef9
commit
80ea4bbdd2
@ -73,7 +73,6 @@ class WidgetNumber implements WidgetHandlerInterface
|
||||
'labels' => ['notification(s) envoyée(s)'],
|
||||
'datasets' => [
|
||||
[
|
||||
'backgroundColor' => ['#41B883'],
|
||||
'data' => [$countSend]
|
||||
]
|
||||
]
|
||||
@ -87,7 +86,6 @@ class WidgetNumber implements WidgetHandlerInterface
|
||||
'labels' => ['notification(s) non lue(s)'],
|
||||
'datasets' => [
|
||||
[
|
||||
'backgroundColor' => ['#41B883'],
|
||||
'data' => [$countUnread]
|
||||
]
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user